pub struct Day04 { /* private fields */ }Expand description
2019 Day 4: Counting non-decreasing numbers containing pairs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Day04
impl RefUnwindSafe for Day04
impl Send for Day04
impl Sync for Day04
impl Unpin for Day04
impl UnwindSafe for Day04
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