pub(crate) struct Sol36 {}Expand description
36m Valid Sudoku
Implementations§
Auto Trait Implementations§
impl Freeze for Sol36
impl RefUnwindSafe for Sol36
impl Send for Sol36
impl Sync for Sol36
impl Unpin for Sol36
impl UnsafeUnpin for Sol36
impl UnwindSafe for Sol36
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