pub(crate) struct Sol3363 {}Expand description
3363h Find the Maximum Number of Fruits Collected
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3363
impl RefUnwindSafe for Sol3363
impl Send for Sol3363
impl Sync for Sol3363
impl Unpin for Sol3363
impl UnsafeUnpin for Sol3363
impl UnwindSafe for Sol3363
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