pub enum CollectionSort {
Id,
Name,
Source,
}Available on crate feature
utils only.Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CollectionSort
impl RefUnwindSafe for CollectionSort
impl Send for CollectionSort
impl Sync for CollectionSort
impl Unpin for CollectionSort
impl UnsafeUnpin for CollectionSort
impl UnwindSafe for CollectionSort
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