pub enum RecurringRecurringOrderType {
Time,
Price,
All,
}Expand description
Type of recurring order. DEPRECATED*: The ‘price’ value is deprecated.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for RecurringRecurringOrderType
impl AsRef<str> for RecurringRecurringOrderType
Source§impl Clone for RecurringRecurringOrderType
impl Clone for RecurringRecurringOrderType
Source§fn clone(&self) -> RecurringRecurringOrderType
fn clone(&self) -> RecurringRecurringOrderType
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 moreSource§impl Debug for RecurringRecurringOrderType
impl Debug for RecurringRecurringOrderType
Source§impl Default for RecurringRecurringOrderType
impl Default for RecurringRecurringOrderType
Source§fn default() -> RecurringRecurringOrderType
fn default() -> RecurringRecurringOrderType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecurringRecurringOrderType
impl<'de> Deserialize<'de> for RecurringRecurringOrderType
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 RecurringRecurringOrderType
impl StructuralPartialEq for RecurringRecurringOrderType
Auto Trait Implementations§
impl Freeze for RecurringRecurringOrderType
impl RefUnwindSafe for RecurringRecurringOrderType
impl Send for RecurringRecurringOrderType
impl Sync for RecurringRecurringOrderType
impl Unpin for RecurringRecurringOrderType
impl UnsafeUnpin for RecurringRecurringOrderType
impl UnwindSafe for RecurringRecurringOrderType
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