pub struct QueryMarginAccountsTradeListResponseInner {
pub commission: Option<String>,
pub commission_asset: Option<String>,
pub id: Option<i64>,
pub is_best_match: Option<bool>,
pub is_buyer: Option<bool>,
pub is_maker: Option<bool>,
pub order_id: Option<i64>,
pub price: Option<String>,
pub qty: Option<String>,
pub symbol: Option<String>,
pub is_isolated: Option<bool>,
pub time: Option<i64>,
}Fields§
§commission: Option<String>§commission_asset: Option<String>§id: Option<i64>§is_best_match: Option<bool>§is_buyer: Option<bool>§is_maker: Option<bool>§order_id: Option<i64>§price: Option<String>§qty: Option<String>§symbol: Option<String>§is_isolated: Option<bool>§time: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for QueryMarginAccountsTradeListResponseInner
impl Clone for QueryMarginAccountsTradeListResponseInner
Source§fn clone(&self) -> QueryMarginAccountsTradeListResponseInner
fn clone(&self) -> QueryMarginAccountsTradeListResponseInner
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 QueryMarginAccountsTradeListResponseInner
impl Default for QueryMarginAccountsTradeListResponseInner
Source§fn default() -> QueryMarginAccountsTradeListResponseInner
fn default() -> QueryMarginAccountsTradeListResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryMarginAccountsTradeListResponseInner
impl<'de> Deserialize<'de> for QueryMarginAccountsTradeListResponseInner
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 QueryMarginAccountsTradeListResponseInner
impl PartialEq for QueryMarginAccountsTradeListResponseInner
Source§fn eq(&self, other: &QueryMarginAccountsTradeListResponseInner) -> bool
fn eq(&self, other: &QueryMarginAccountsTradeListResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryMarginAccountsTradeListResponseInner
Auto Trait Implementations§
impl Freeze for QueryMarginAccountsTradeListResponseInner
impl RefUnwindSafe for QueryMarginAccountsTradeListResponseInner
impl Send for QueryMarginAccountsTradeListResponseInner
impl Sync for QueryMarginAccountsTradeListResponseInner
impl Unpin for QueryMarginAccountsTradeListResponseInner
impl UnsafeUnpin for QueryMarginAccountsTradeListResponseInner
impl UnwindSafe for QueryMarginAccountsTradeListResponseInner
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