Struct nft_folder::NftToken
source · pub struct NftToken {
pub image: NftImage,
pub name: Option<String>,
pub collection_name: Option<String>,
pub token_url: Option<String>,
pub token_id: Option<String>,
pub metadata: Option<Value>,
}Fields§
§image: NftImage§name: Option<String>§collection_name: Option<String>§token_url: Option<String>§token_id: Option<String>§metadata: Option<Value>Trait Implementations§
source§impl<'de> Deserialize<'de> for NftToken
impl<'de> Deserialize<'de> for NftToken
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
Auto Trait Implementations§
impl Freeze for NftToken
impl RefUnwindSafe for NftToken
impl Send for NftToken
impl Sync for NftToken
impl Unpin for NftToken
impl UnwindSafe for NftToken
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