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