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