pub enum OrderedBy {
User,
System,
}Variants§
Trait Implementations§
impl Copy for OrderedBy
impl StructuralPartialEq for OrderedBy
Auto Trait Implementations§
impl Freeze for OrderedBy
impl RefUnwindSafe for OrderedBy
impl Send for OrderedBy
impl Sync for OrderedBy
impl Unpin for OrderedBy
impl UnwindSafe for OrderedBy
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