pub struct Metadata<M = ()> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for Metadata<M>
impl<M = ()> !RefUnwindSafe for Metadata<M>
impl<M = ()> !Send for Metadata<M>
impl<M = ()> !Sync for Metadata<M>
impl<M> Unpin for Metadata<M>where
M: Unpin,
impl<M = ()> !UnwindSafe for Metadata<M>
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