pub struct Day05 { /* private fields */ }
Expand description
2018 Day 5: Reducing the input by removing matching letter pairs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Day05
impl RefUnwindSafe for Day05
impl Send for Day05
impl Sync for Day05
impl Unpin for Day05
impl UnwindSafe for Day05
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more