pub(crate) struct Sol3342;
Expand description
3342m Find Minimum Time to Reach Last Room II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3342
impl RefUnwindSafe for Sol3342
impl Send for Sol3342
impl Sync for Sol3342
impl Unpin for Sol3342
impl UnwindSafe for Sol3342
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