Struct spore_types::NativeNFTData
source · pub struct NativeNFTData {
pub content_type: String,
pub content: Vec<u8>,
pub cluster_id: Option<Vec<u8>>,
}Fields§
§content_type: String§content: Vec<u8>§cluster_id: Option<Vec<u8>>Trait Implementations§
source§impl Clone for NativeNFTData
impl Clone for NativeNFTData
source§fn clone(&self) -> NativeNFTData
fn clone(&self) -> NativeNFTData
Returns a copy of the value. Read more
1.0.0 · 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 NativeNFTData
impl Debug for NativeNFTData
source§impl From<NativeNFTData> for SporeData
impl From<NativeNFTData> for SporeData
source§fn from(data: NativeNFTData) -> Self
fn from(data: NativeNFTData) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for NativeNFTData
impl Send for NativeNFTData
impl Sync for NativeNFTData
impl Unpin for NativeNFTData
impl UnwindSafe for NativeNFTData
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