enum Majority {
Column,
Row,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for Majority
Auto Trait Implementations§
impl Freeze for Majority
impl RefUnwindSafe for Majority
impl Send for Majority
impl Sync for Majority
impl Unpin for Majority
impl UnwindSafe for Majority
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