pub struct NakedSingles;Expand description
Naked Singles: If a cell has only one possible candidate, fill it
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NakedSingles
impl RefUnwindSafe for NakedSingles
impl Send for NakedSingles
impl Sync for NakedSingles
impl Unpin for NakedSingles
impl UnwindSafe for NakedSingles
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