pub enum ListSort {
CreatedAt,
DueDate,
Priority,
Title,
}Expand description
Sort order for listing.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListSort
impl RefUnwindSafe for ListSort
impl Send for ListSort
impl Sync for ListSort
impl Unpin for ListSort
impl UnsafeUnpin for ListSort
impl UnwindSafe for ListSort
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