pub struct Day16 { /* private fields */ }Expand description
2020 Day 16: Validating records and inferring column order.
Assumes there is always a remaining column with only one possible field. See also 2018 Day 16.
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