Struct ex3_node_types::transaction::CancelSpotOrder
source · pub struct CancelSpotOrder {
pub market_id: SpotMarketId,
pub scope: OrderScope,
}Expand description
Cancel spot order
Fields§
§market_id: SpotMarketIdMarket id
scope: OrderScopeCancel order scope
Trait Implementations§
source§impl Clone for CancelSpotOrder
impl Clone for CancelSpotOrder
source§fn clone(&self) -> CancelSpotOrder
fn clone(&self) -> CancelSpotOrder
Returns a copy 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 CancelSpotOrder
impl Debug for CancelSpotOrder
source§impl<'de> Deserialize<'de> for CancelSpotOrder
impl<'de> Deserialize<'de> for CancelSpotOrder
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 CancelSpotOrder
impl PartialEq for CancelSpotOrder
source§fn eq(&self, other: &CancelSpotOrder) -> bool
fn eq(&self, other: &CancelSpotOrder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CancelSpotOrder
impl Serialize for CancelSpotOrder
impl Eq for CancelSpotOrder
impl StructuralPartialEq for CancelSpotOrder
Auto Trait Implementations§
impl Freeze for CancelSpotOrder
impl RefUnwindSafe for CancelSpotOrder
impl Send for CancelSpotOrder
impl Sync for CancelSpotOrder
impl Unpin for CancelSpotOrder
impl UnwindSafe for CancelSpotOrder
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