pub(crate) struct Sol3394;Expand description
3394m Check if Grid can be Cut into Sections
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3394
impl RefUnwindSafe for Sol3394
impl Send for Sol3394
impl Sync for Sol3394
impl Unpin for Sol3394
impl UnsafeUnpin for Sol3394
impl UnwindSafe for Sol3394
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