pub struct FitsInBox;Expand description
Partition fits in k × (n-k) box.
Trait Implementations§
impl BoxContainment for FitsInBox
impl Copy for FitsInBox
impl Eq for FitsInBox
impl StructuralPartialEq for FitsInBox
Auto Trait Implementations§
impl Freeze for FitsInBox
impl RefUnwindSafe for FitsInBox
impl Send for FitsInBox
impl Sync for FitsInBox
impl Unpin for FitsInBox
impl UnwindSafe for FitsInBox
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