pub enum ExecutionResponseDetails {
Limit(LimitExecutionResponseDetails),
Market(MarketExecutionResponseDetails),
Quote(QuoteExecutionWithRequoteResponseDetails),
}Variants§
Limit(LimitExecutionResponseDetails)
Market(MarketExecutionResponseDetails)
Quote(QuoteExecutionWithRequoteResponseDetails)
Trait Implementations§
Source§impl Clone for ExecutionResponseDetails
impl Clone for ExecutionResponseDetails
Source§fn clone(&self) -> ExecutionResponseDetails
fn clone(&self) -> ExecutionResponseDetails
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExecutionResponseDetails
impl Debug for ExecutionResponseDetails
Source§impl Default for ExecutionResponseDetails
impl Default for ExecutionResponseDetails
Source§impl<'de> Deserialize<'de> for ExecutionResponseDetails
impl<'de> Deserialize<'de> for ExecutionResponseDetails
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
Source§impl PartialEq for ExecutionResponseDetails
impl PartialEq for ExecutionResponseDetails
Source§impl Serialize for ExecutionResponseDetails
impl Serialize for ExecutionResponseDetails
impl StructuralPartialEq for ExecutionResponseDetails
Auto Trait Implementations§
impl Freeze for ExecutionResponseDetails
impl RefUnwindSafe for ExecutionResponseDetails
impl Send for ExecutionResponseDetails
impl Sync for ExecutionResponseDetails
impl Unpin for ExecutionResponseDetails
impl UnwindSafe for ExecutionResponseDetails
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