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