pub struct RustMetadata<'a>(pub Metadata<'a>);Tuple Fields§
§0: Metadata<'a>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RustMetadata<'a>
impl<'a> !RefUnwindSafe for RustMetadata<'a>
impl<'a> Send for RustMetadata<'a>
impl<'a> Sync for RustMetadata<'a>
impl<'a> Unpin for RustMetadata<'a>
impl<'a> !UnwindSafe for RustMetadata<'a>
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