pub struct MetadataV3 {
pub metadata: Option<MetadataV1>,
pub native_scripts: Option<NativeScripts>,
pub plutus_scripts: Option<PlutusScripts>,
}
Fields§
§metadata: Option<MetadataV1>
§native_scripts: Option<NativeScripts>
§plutus_scripts: Option<PlutusScripts>
Trait Implementations§
Source§impl Clone for MetadataV3
impl Clone for MetadataV3
Source§fn clone(&self) -> MetadataV3
fn clone(&self) -> MetadataV3
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 MetadataV3
impl Debug for MetadataV3
Source§impl Decode for MetadataV3
impl Decode for MetadataV3
Source§impl PartialEq for MetadataV3
impl PartialEq for MetadataV3
impl Eq for MetadataV3
impl StructuralPartialEq for MetadataV3
Auto Trait Implementations§
impl Freeze for MetadataV3
impl RefUnwindSafe for MetadataV3
impl Send for MetadataV3
impl Sync for MetadataV3
impl Unpin for MetadataV3
impl UnwindSafe for MetadataV3
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