pub struct OwnedMetadata { /* private fields */ }Trait Implementations§
Source§impl Default for OwnedMetadata
impl Default for OwnedMetadata
Source§fn default() -> OwnedMetadata
fn default() -> OwnedMetadata
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OwnedMetadata
impl RefUnwindSafe for OwnedMetadata
impl Send for OwnedMetadata
impl Sync for OwnedMetadata
impl Unpin for OwnedMetadata
impl UnsafeUnpin for OwnedMetadata
impl UnwindSafe for OwnedMetadata
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