pub enum AdminApiKeysListParamsOrder {
Asc,
Desc,
}
Variants§
Trait Implementations§
Source§impl Clone for AdminApiKeysListParamsOrder
impl Clone for AdminApiKeysListParamsOrder
Source§fn clone(&self) -> AdminApiKeysListParamsOrder
fn clone(&self) -> AdminApiKeysListParamsOrder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AdminApiKeysListParamsOrder
impl Debug for AdminApiKeysListParamsOrder
Source§impl Default for AdminApiKeysListParamsOrder
impl Default for AdminApiKeysListParamsOrder
Source§fn default() -> AdminApiKeysListParamsOrder
fn default() -> AdminApiKeysListParamsOrder
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdminApiKeysListParamsOrder
impl<'de> Deserialize<'de> for AdminApiKeysListParamsOrder
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 PartialEq for AdminApiKeysListParamsOrder
impl PartialEq for AdminApiKeysListParamsOrder
Source§fn eq(&self, other: &AdminApiKeysListParamsOrder) -> bool
fn eq(&self, other: &AdminApiKeysListParamsOrder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for AdminApiKeysListParamsOrder
impl StructuralPartialEq for AdminApiKeysListParamsOrder
Auto Trait Implementations§
impl Freeze for AdminApiKeysListParamsOrder
impl RefUnwindSafe for AdminApiKeysListParamsOrder
impl Send for AdminApiKeysListParamsOrder
impl Sync for AdminApiKeysListParamsOrder
impl Unpin for AdminApiKeysListParamsOrder
impl UnwindSafe for AdminApiKeysListParamsOrder
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