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