pub enum GetTriggerV2OrdersHistorySort {
UpdatedAt,
CreatedAt,
ExpiresAt,
}Expand description
Allowed values for the sort query parameter.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for GetTriggerV2OrdersHistorySort
impl AsRef<str> for GetTriggerV2OrdersHistorySort
Source§impl Clone for GetTriggerV2OrdersHistorySort
impl Clone for GetTriggerV2OrdersHistorySort
Source§fn clone(&self) -> GetTriggerV2OrdersHistorySort
fn clone(&self) -> GetTriggerV2OrdersHistorySort
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 GetTriggerV2OrdersHistorySort
Source§impl<'de> Deserialize<'de> for GetTriggerV2OrdersHistorySort
impl<'de> Deserialize<'de> for GetTriggerV2OrdersHistorySort
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 GetTriggerV2OrdersHistorySort
impl StructuralPartialEq for GetTriggerV2OrdersHistorySort
Auto Trait Implementations§
impl Freeze for GetTriggerV2OrdersHistorySort
impl RefUnwindSafe for GetTriggerV2OrdersHistorySort
impl Send for GetTriggerV2OrdersHistorySort
impl Sync for GetTriggerV2OrdersHistorySort
impl Unpin for GetTriggerV2OrdersHistorySort
impl UnsafeUnpin for GetTriggerV2OrdersHistorySort
impl UnwindSafe for GetTriggerV2OrdersHistorySort
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