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