#[repr(i32)]pub enum SortByDir {
Undefined = 0,
SortbyDefault = 1,
SortbyAsc = 2,
SortbyDesc = 3,
SortbyUsing = 4,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for SortByDir
impl Ord for SortByDir
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SortByDir
impl PartialOrd for SortByDir
impl Copy for SortByDir
impl Eq for SortByDir
impl StructuralPartialEq for SortByDir
Auto Trait Implementations§
impl Freeze for SortByDir
impl RefUnwindSafe for SortByDir
impl Send for SortByDir
impl Sync for SortByDir
impl Unpin for SortByDir
impl UnsafeUnpin for SortByDir
impl UnwindSafe for SortByDir
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