pub struct MetadataView { /* private fields */ }Expand description
Read-only view of metadata
Implementations§
Trait Implementations§
Source§impl Clone for MetadataView
impl Clone for MetadataView
Source§fn clone(&self) -> MetadataView
fn clone(&self) -> MetadataView
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 MetadataView
impl Debug for MetadataView
Source§impl Default for MetadataView
impl Default for MetadataView
Source§fn default() -> MetadataView
fn default() -> MetadataView
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetadataView
impl RefUnwindSafe for MetadataView
impl Send for MetadataView
impl Sync for MetadataView
impl Unpin for MetadataView
impl UnsafeUnpin for MetadataView
impl UnwindSafe for MetadataView
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