pub struct QueryPreventedMatchesResponseInner {
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 QueryPreventedMatchesResponseInner
impl Clone for QueryPreventedMatchesResponseInner
Source§fn clone(&self) -> QueryPreventedMatchesResponseInner
fn clone(&self) -> QueryPreventedMatchesResponseInner
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 QueryPreventedMatchesResponseInner
impl Default for QueryPreventedMatchesResponseInner
Source§fn default() -> QueryPreventedMatchesResponseInner
fn default() -> QueryPreventedMatchesResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryPreventedMatchesResponseInner
impl<'de> Deserialize<'de> for QueryPreventedMatchesResponseInner
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 QueryPreventedMatchesResponseInner
impl PartialEq for QueryPreventedMatchesResponseInner
Source§fn eq(&self, other: &QueryPreventedMatchesResponseInner) -> bool
fn eq(&self, other: &QueryPreventedMatchesResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryPreventedMatchesResponseInner
Auto Trait Implementations§
impl Freeze for QueryPreventedMatchesResponseInner
impl RefUnwindSafe for QueryPreventedMatchesResponseInner
impl Send for QueryPreventedMatchesResponseInner
impl Sync for QueryPreventedMatchesResponseInner
impl Unpin for QueryPreventedMatchesResponseInner
impl UnsafeUnpin for QueryPreventedMatchesResponseInner
impl UnwindSafe for QueryPreventedMatchesResponseInner
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