pub struct PointingPairs;Expand description
Pointing Pairs/Triples: If all candidates for a value in a box are in the same row/column
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PointingPairs
impl RefUnwindSafe for PointingPairs
impl Send for PointingPairs
impl Sync for PointingPairs
impl Unpin for PointingPairs
impl UnwindSafe for PointingPairs
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