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