pub(crate) struct Sol2658;
Expand description
2658m Maximum Number of Fish in a Grid
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2658
impl RefUnwindSafe for Sol2658
impl Send for Sol2658
impl Sync for Sol2658
impl Unpin for Sol2658
impl UnwindSafe for Sol2658
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