pub enum PlatformOrderControlStatus {
Submitting,
Submitted,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformOrderControlStatus
impl Clone for PlatformOrderControlStatus
Source§fn clone(&self) -> PlatformOrderControlStatus
fn clone(&self) -> PlatformOrderControlStatus
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 PlatformOrderControlStatus
Source§impl Debug for PlatformOrderControlStatus
impl Debug for PlatformOrderControlStatus
Source§impl<'de> Deserialize<'de> for PlatformOrderControlStatus
impl<'de> Deserialize<'de> for PlatformOrderControlStatus
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformOrderControlStatus, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformOrderControlStatus, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformOrderControlStatus
Source§impl Serialize for PlatformOrderControlStatus
impl Serialize for PlatformOrderControlStatus
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 PlatformOrderControlStatus
Auto Trait Implementations§
impl Freeze for PlatformOrderControlStatus
impl RefUnwindSafe for PlatformOrderControlStatus
impl Send for PlatformOrderControlStatus
impl Sync for PlatformOrderControlStatus
impl Unpin for PlatformOrderControlStatus
impl UnsafeUnpin for PlatformOrderControlStatus
impl UnwindSafe for PlatformOrderControlStatus
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