pub enum OrderingDirection {
DESC,
ASC,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for OrderingDirection
impl RefUnwindSafe for OrderingDirection
impl Send for OrderingDirection
impl Sync for OrderingDirection
impl Unpin for OrderingDirection
impl UnsafeUnpin for OrderingDirection
impl UnwindSafe for OrderingDirection
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