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 duplicate 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 Freeze for NativeNFTData
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