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