pub struct Day04 { /* private fields */ }
Expand description
2018 Day 4: Analysing guard sleep schedules.
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