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