pub enum OrderDir {
Asc,
Desc,
}Expand description
Sort direction.
Variants§
Trait Implementations§
impl Copy for OrderDir
impl Eq for OrderDir
impl StructuralPartialEq for OrderDir
Auto Trait Implementations§
impl Freeze for OrderDir
impl RefUnwindSafe for OrderDir
impl Send for OrderDir
impl Sync for OrderDir
impl Unpin for OrderDir
impl UnsafeUnpin for OrderDir
impl UnwindSafe for OrderDir
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