pub struct Day15 { /* private fields */ }
Expand description
2015 Day 15: Maximizing ingredient score.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Day15
impl RefUnwindSafe for Day15
impl Send for Day15
impl Sync for Day15
impl Unpin for Day15
impl UnwindSafe for Day15
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