pub enum ListSortMode {
Asc,
Desc,
}
Variants§
Trait Implementations§
Source§impl Clone for ListSortMode
impl Clone for ListSortMode
Source§fn clone(&self) -> ListSortMode
fn clone(&self) -> ListSortMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ListSortMode
impl Debug for ListSortMode
Source§impl Default for ListSortMode
impl Default for ListSortMode
Source§fn default() -> ListSortMode
fn default() -> ListSortMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListSortMode
impl PartialEq for ListSortMode
impl StructuralPartialEq for ListSortMode
Auto Trait Implementations§
impl Freeze for ListSortMode
impl RefUnwindSafe for ListSortMode
impl Send for ListSortMode
impl Sync for ListSortMode
impl Unpin for ListSortMode
impl UnwindSafe for ListSortMode
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