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