pub struct DiagMeta { /* private fields */ }Expand description
A key-value store for diagnostic metadata.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiagMeta
impl RefUnwindSafe for DiagMeta
impl Send for DiagMeta
impl Sync for DiagMeta
impl Unpin for DiagMeta
impl UnsafeUnpin for DiagMeta
impl UnwindSafe for DiagMeta
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