pub struct MetadataElements(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AsRef<[MetadataElement]> for MetadataElements
impl AsRef<[MetadataElement]> for MetadataElements
Source§fn as_ref(&self) -> &[MetadataElement]
fn as_ref(&self) -> &[MetadataElement]
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for MetadataElements
impl Clone for MetadataElements
Source§fn clone(&self) -> MetadataElements
fn clone(&self) -> MetadataElements
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 MetadataElements
impl Debug for MetadataElements
Source§impl Decode for MetadataElements
impl Decode for MetadataElements
Source§impl From<Vec<MetadataElement>> for MetadataElements
impl From<Vec<MetadataElement>> for MetadataElements
Source§fn from(v: Vec<MetadataElement>) -> Self
fn from(v: Vec<MetadataElement>) -> Self
Converts to this type from the input type.
Source§impl Ord for MetadataElements
impl Ord for MetadataElements
Source§fn cmp(&self, other: &MetadataElements) -> Ordering
fn cmp(&self, other: &MetadataElements) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MetadataElements
impl PartialEq for MetadataElements
Source§impl PartialOrd for MetadataElements
impl PartialOrd for MetadataElements
impl Eq for MetadataElements
impl StructuralPartialEq for MetadataElements
Auto Trait Implementations§
impl Freeze for MetadataElements
impl RefUnwindSafe for MetadataElements
impl Send for MetadataElements
impl Sync for MetadataElements
impl Unpin for MetadataElements
impl UnwindSafe for MetadataElements
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