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