pub enum PortableSortOrder {
Asc,
Desc,
}Variants§
Trait Implementations§
Source§impl Clone for PortableSortOrder
impl Clone for PortableSortOrder
Source§fn clone(&self) -> PortableSortOrder
fn clone(&self) -> PortableSortOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PortableSortOrder
Source§impl Debug for PortableSortOrder
impl Debug for PortableSortOrder
Source§impl Default for PortableSortOrder
impl Default for PortableSortOrder
Source§fn default() -> PortableSortOrder
fn default() -> PortableSortOrder
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PortableSortOrder
impl<'de> Deserialize<'de> for PortableSortOrder
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PortableSortOrder
Source§impl PartialEq for PortableSortOrder
impl PartialEq for PortableSortOrder
Source§impl Serialize for PortableSortOrder
impl Serialize for PortableSortOrder
impl StructuralPartialEq for PortableSortOrder
Auto Trait Implementations§
impl Freeze for PortableSortOrder
impl RefUnwindSafe for PortableSortOrder
impl Send for PortableSortOrder
impl Sync for PortableSortOrder
impl Unpin for PortableSortOrder
impl UnsafeUnpin for PortableSortOrder
impl UnwindSafe for PortableSortOrder
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