pub(crate) struct Sol1368;
Expand description
1368h Minimum Cost to Make at Least One Valid Path in a Grid
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1368
impl RefUnwindSafe for Sol1368
impl Send for Sol1368
impl Sync for Sol1368
impl Unpin for Sol1368
impl UnwindSafe for Sol1368
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