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