pub enum SortDirectionWire {
Asc,
Desc,
}Expand description
Sort direction on the wire.
Variants§
Trait Implementations§
Source§impl Clone for SortDirectionWire
impl Clone for SortDirectionWire
Source§fn clone(&self) -> SortDirectionWire
fn clone(&self) -> SortDirectionWire
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 SortDirectionWire
Source§impl Debug for SortDirectionWire
impl Debug for SortDirectionWire
Source§impl<'de> Deserialize<'de> for SortDirectionWire
impl<'de> Deserialize<'de> for SortDirectionWire
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 SortDirectionWire
Source§impl PartialEq for SortDirectionWire
impl PartialEq for SortDirectionWire
Source§impl Serialize for SortDirectionWire
impl Serialize for SortDirectionWire
impl StructuralPartialEq for SortDirectionWire
Auto Trait Implementations§
impl Freeze for SortDirectionWire
impl RefUnwindSafe for SortDirectionWire
impl Send for SortDirectionWire
impl Sync for SortDirectionWire
impl Unpin for SortDirectionWire
impl UnsafeUnpin for SortDirectionWire
impl UnwindSafe for SortDirectionWire
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