pub enum RecurringOrderType {
Time,
Price,
All,
}Variants§
Trait Implementations§
Source§impl Debug for RecurringOrderType
impl Debug for RecurringOrderType
Source§impl<'de> Deserialize<'de> for RecurringOrderType
impl<'de> Deserialize<'de> for RecurringOrderType
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
Auto Trait Implementations§
impl Freeze for RecurringOrderType
impl RefUnwindSafe for RecurringOrderType
impl Send for RecurringOrderType
impl Sync for RecurringOrderType
impl Unpin for RecurringOrderType
impl UnsafeUnpin for RecurringOrderType
impl UnwindSafe for RecurringOrderType
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