Enum gr::remote::ListSortMode
source · 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 copy 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
source§fn eq(&self, other: &ListSortMode) -> bool
fn eq(&self, other: &ListSortMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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