pub struct DIAGNOSTICS { /* private fields */ }Trait Implementations§
Source§impl Deref for DIAGNOSTICS
impl Deref for DIAGNOSTICS
Source§type Target = HashMap<&'static str, DiagnosticEntry, BuildHasherDefault<FxHasher>>
type Target = HashMap<&'static str, DiagnosticEntry, BuildHasherDefault<FxHasher>>
The resulting type after dereferencing.
impl LazyStatic for DIAGNOSTICS
Auto Trait Implementations§
impl Freeze for DIAGNOSTICS
impl RefUnwindSafe for DIAGNOSTICS
impl Send for DIAGNOSTICS
impl Sync for DIAGNOSTICS
impl Unpin for DIAGNOSTICS
impl UnsafeUnpin for DIAGNOSTICS
impl UnwindSafe for DIAGNOSTICS
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