pub enum MetadataContent {}
Expand description
Trait Implementations§
Source§impl Clone for MetadataContent
impl Clone for MetadataContent
Source§fn clone(&self) -> MetadataContent
fn clone(&self) -> MetadataContent
Returns a copy 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 MetadataContent
impl Debug for MetadataContent
Source§impl Display for MetadataContent
impl Display for MetadataContent
Source§impl PartialEq for MetadataContent
impl PartialEq for MetadataContent
impl StructuralPartialEq for MetadataContent
Auto Trait Implementations§
impl Freeze for MetadataContent
impl RefUnwindSafe for MetadataContent
impl Send for MetadataContent
impl Sync for MetadataContent
impl Unpin for MetadataContent
impl UnwindSafe for MetadataContent
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