pub struct Day16 { /* private fields */ }Expand description
2019 Day 16: Transforming digits with a repeating block pattern.
This implementation is based on the following:
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Day16
impl RefUnwindSafe for Day16
impl Send for Day16
impl Sync for Day16
impl Unpin for Day16
impl UnsafeUnpin for Day16
impl UnwindSafe for Day16
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