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