pub struct MetadataSet(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for MetadataSet
impl Clone for MetadataSet
Source§fn clone(&self) -> MetadataSet
fn clone(&self) -> MetadataSet
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 MetadataSet
impl Debug for MetadataSet
Source§impl Decode for MetadataSet
impl Decode for MetadataSet
Source§impl PartialEq for MetadataSet
impl PartialEq for MetadataSet
impl Eq for MetadataSet
impl StructuralPartialEq for MetadataSet
Auto Trait Implementations§
impl Freeze for MetadataSet
impl RefUnwindSafe for MetadataSet
impl Send for MetadataSet
impl Sync for MetadataSet
impl Unpin for MetadataSet
impl UnwindSafe for MetadataSet
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