pub struct MetadataV1(pub MetadataElementsMap);
Tuple Fields§
§0: MetadataElementsMap
Trait Implementations§
Source§impl Clone for MetadataV1
impl Clone for MetadataV1
Source§fn clone(&self) -> MetadataV1
fn clone(&self) -> MetadataV1
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 MetadataV1
impl Debug for MetadataV1
Source§impl Decode for MetadataV1
impl Decode for MetadataV1
Source§impl PartialEq for MetadataV1
impl PartialEq for MetadataV1
impl Eq for MetadataV1
impl StructuralPartialEq for MetadataV1
Auto Trait Implementations§
impl Freeze for MetadataV1
impl RefUnwindSafe for MetadataV1
impl Send for MetadataV1
impl Sync for MetadataV1
impl Unpin for MetadataV1
impl UnwindSafe for MetadataV1
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