pub struct Digit(/* private fields */);
Expand description
A digit that can be entered in a cell of a sudoku.
Implementations§
Trait Implementations§
Source§impl Ord for Digit
impl Ord for Digit
Source§impl PartialOrd for Digit
impl PartialOrd for Digit
Source§impl SetElement for Digit
impl SetElement for Digit
impl Copy for Digit
impl Eq for Digit
impl StructuralPartialEq for Digit
Auto Trait Implementations§
impl Freeze for Digit
impl RefUnwindSafe for Digit
impl Send for Digit
impl Sync for Digit
impl Unpin for Digit
impl UnwindSafe for Digit
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