pub enum RecurringTimeRecurringResponseRecurringType {
Price,
}Expand description
DEPRECATED: Price-based recurring orders are deprecated
Variants§
Price
Implementations§
Trait Implementations§
Source§impl Clone for RecurringTimeRecurringResponseRecurringType
impl Clone for RecurringTimeRecurringResponseRecurringType
Source§fn clone(&self) -> RecurringTimeRecurringResponseRecurringType
fn clone(&self) -> RecurringTimeRecurringResponseRecurringType
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 Default for RecurringTimeRecurringResponseRecurringType
impl Default for RecurringTimeRecurringResponseRecurringType
Source§fn default() -> RecurringTimeRecurringResponseRecurringType
fn default() -> RecurringTimeRecurringResponseRecurringType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecurringTimeRecurringResponseRecurringType
impl<'de> Deserialize<'de> for RecurringTimeRecurringResponseRecurringType
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 RecurringTimeRecurringResponseRecurringType
impl StructuralPartialEq for RecurringTimeRecurringResponseRecurringType
Auto Trait Implementations§
impl Freeze for RecurringTimeRecurringResponseRecurringType
impl RefUnwindSafe for RecurringTimeRecurringResponseRecurringType
impl Send for RecurringTimeRecurringResponseRecurringType
impl Sync for RecurringTimeRecurringResponseRecurringType
impl Unpin for RecurringTimeRecurringResponseRecurringType
impl UnsafeUnpin for RecurringTimeRecurringResponseRecurringType
impl UnwindSafe for RecurringTimeRecurringResponseRecurringType
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