pub enum ApiSortDesc {
Desc,
Asc,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for ApiSortDesc
impl Clone for ApiSortDesc
Source§fn clone(&self) -> ApiSortDesc
fn clone(&self) -> ApiSortDesc
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 ApiSortDesc
impl Debug for ApiSortDesc
Source§impl<'de> Deserialize<'de> for ApiSortDesc
impl<'de> Deserialize<'de> for ApiSortDesc
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
Source§impl Display for ApiSortDesc
impl Display for ApiSortDesc
Source§impl Hash for ApiSortDesc
impl Hash for ApiSortDesc
Source§impl PartialEq for ApiSortDesc
impl PartialEq for ApiSortDesc
impl Copy for ApiSortDesc
impl Eq for ApiSortDesc
impl StructuralPartialEq for ApiSortDesc
Auto Trait Implementations§
impl Freeze for ApiSortDesc
impl RefUnwindSafe for ApiSortDesc
impl Send for ApiSortDesc
impl Sync for ApiSortDesc
impl Unpin for ApiSortDesc
impl UnwindSafe for ApiSortDesc
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