pub enum PlatformOrderType {
GoodUntilCancelled,
ImmediateOrCancel,
FillOrKill,
PostOnly,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformOrderType
impl Clone for PlatformOrderType
Source§fn clone(&self) -> PlatformOrderType
fn clone(&self) -> PlatformOrderType
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 PlatformOrderType
Source§impl Debug for PlatformOrderType
impl Debug for PlatformOrderType
Source§impl<'de> Deserialize<'de> for PlatformOrderType
impl<'de> Deserialize<'de> for PlatformOrderType
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformOrderType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformOrderType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformOrderType
Source§impl PartialEq for PlatformOrderType
impl PartialEq for PlatformOrderType
Source§impl Serialize for PlatformOrderType
impl Serialize for PlatformOrderType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformOrderType
Auto Trait Implementations§
impl Freeze for PlatformOrderType
impl RefUnwindSafe for PlatformOrderType
impl Send for PlatformOrderType
impl Sync for PlatformOrderType
impl Unpin for PlatformOrderType
impl UnsafeUnpin for PlatformOrderType
impl UnwindSafe for PlatformOrderType
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