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