pub enum PlatformMakerProduct {
FirmOrder,
Intent,
Strand,
Current,
}Expand description
Which Strata maker product produced a maker-side fill.
Variants§
Trait Implementations§
Source§impl Clone for PlatformMakerProduct
impl Clone for PlatformMakerProduct
Source§fn clone(&self) -> PlatformMakerProduct
fn clone(&self) -> PlatformMakerProduct
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 PlatformMakerProduct
Source§impl Debug for PlatformMakerProduct
impl Debug for PlatformMakerProduct
Source§impl<'de> Deserialize<'de> for PlatformMakerProduct
impl<'de> Deserialize<'de> for PlatformMakerProduct
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformMakerProduct, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformMakerProduct, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformMakerProduct
Source§impl PartialEq for PlatformMakerProduct
impl PartialEq for PlatformMakerProduct
Source§impl Serialize for PlatformMakerProduct
impl Serialize for PlatformMakerProduct
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 PlatformMakerProduct
Auto Trait Implementations§
impl Freeze for PlatformMakerProduct
impl RefUnwindSafe for PlatformMakerProduct
impl Send for PlatformMakerProduct
impl Sync for PlatformMakerProduct
impl Unpin for PlatformMakerProduct
impl UnsafeUnpin for PlatformMakerProduct
impl UnwindSafe for PlatformMakerProduct
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