pub struct NakedPairs;Expand description
Naked Pairs: If two cells in a unit have the same two candidates, eliminate those from other cells
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NakedPairs
impl RefUnwindSafe for NakedPairs
impl Send for NakedPairs
impl Sync for NakedPairs
impl Unpin for NakedPairs
impl UnwindSafe for NakedPairs
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