pub(crate) struct Sol37;Expand description
37h Sudoku Solver
Implementations§
Auto Trait Implementations§
impl Freeze for Sol37
impl RefUnwindSafe for Sol37
impl Send for Sol37
impl Sync for Sol37
impl Unpin for Sol37
impl UnsafeUnpin for Sol37
impl UnwindSafe for Sol37
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