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