pub enum SortAxis {
Row,
Column,
}Expand description
Axis to sort by.
Variants§
Trait Implementations§
impl Copy for SortAxis
impl Eq for SortAxis
impl StructuralPartialEq for SortAxis
Auto Trait Implementations§
impl Freeze for SortAxis
impl RefUnwindSafe for SortAxis
impl Send for SortAxis
impl Sync for SortAxis
impl Unpin for SortAxis
impl UnsafeUnpin for SortAxis
impl UnwindSafe for SortAxis
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