pub enum SessionListSortMode {
Recent,
Alphabetical,
}Variants§
Trait Implementations§
Source§impl Clone for SessionListSortMode
impl Clone for SessionListSortMode
Source§fn clone(&self) -> SessionListSortMode
fn clone(&self) -> SessionListSortMode
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 SessionListSortMode
impl Debug for SessionListSortMode
Source§impl PartialEq for SessionListSortMode
impl PartialEq for SessionListSortMode
impl Copy for SessionListSortMode
impl Eq for SessionListSortMode
impl StructuralPartialEq for SessionListSortMode
Auto Trait Implementations§
impl Freeze for SessionListSortMode
impl RefUnwindSafe for SessionListSortMode
impl Send for SessionListSortMode
impl Sync for SessionListSortMode
impl Unpin for SessionListSortMode
impl UnsafeUnpin for SessionListSortMode
impl UnwindSafe for SessionListSortMode
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