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