pub struct MyPreventedMatchesResponseInner {
pub symbol: Option<String>,
pub prevented_match_id: Option<i64>,
pub taker_order_id: Option<i64>,
pub maker_symbol: Option<String>,
pub maker_order_id: Option<i64>,
pub trade_group_id: Option<i64>,
pub self_trade_prevention_mode: Option<String>,
pub price: Option<String>,
pub maker_prevented_quantity: Option<String>,
pub transact_time: Option<i64>,
}Fields§
§symbol: Option<String>§prevented_match_id: Option<i64>§taker_order_id: Option<i64>§maker_symbol: Option<String>§maker_order_id: Option<i64>§trade_group_id: Option<i64>§self_trade_prevention_mode: Option<String>§price: Option<String>§maker_prevented_quantity: Option<String>§transact_time: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for MyPreventedMatchesResponseInner
impl Clone for MyPreventedMatchesResponseInner
Source§fn clone(&self) -> MyPreventedMatchesResponseInner
fn clone(&self) -> MyPreventedMatchesResponseInner
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 moreSource§impl Default for MyPreventedMatchesResponseInner
impl Default for MyPreventedMatchesResponseInner
Source§fn default() -> MyPreventedMatchesResponseInner
fn default() -> MyPreventedMatchesResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MyPreventedMatchesResponseInner
impl<'de> Deserialize<'de> for MyPreventedMatchesResponseInner
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 MyPreventedMatchesResponseInner
impl PartialEq for MyPreventedMatchesResponseInner
Source§fn eq(&self, other: &MyPreventedMatchesResponseInner) -> bool
fn eq(&self, other: &MyPreventedMatchesResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MyPreventedMatchesResponseInner
Auto Trait Implementations§
impl Freeze for MyPreventedMatchesResponseInner
impl RefUnwindSafe for MyPreventedMatchesResponseInner
impl Send for MyPreventedMatchesResponseInner
impl Sync for MyPreventedMatchesResponseInner
impl Unpin for MyPreventedMatchesResponseInner
impl UnsafeUnpin for MyPreventedMatchesResponseInner
impl UnwindSafe for MyPreventedMatchesResponseInner
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