pub struct Day12 { /* private fields */ }
Expand description
2024 Day 12: Counting area, perimeter and sides of shapes in a grid.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Day12
impl RefUnwindSafe for Day12
impl Send for Day12
impl Sync for Day12
impl Unpin for Day12
impl UnwindSafe for Day12
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