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