pub struct DATABASE_METRICS { /* private fields */ }
Trait Implementations§
Source§impl Deref for DATABASE_METRICS
impl Deref for DATABASE_METRICS
Source§type Target = DatabaseMetrics
type Target = DatabaseMetrics
The resulting type after dereferencing.
Source§fn deref(&self) -> &DatabaseMetrics
fn deref(&self) -> &DatabaseMetrics
Dereferences the value.
impl LazyStatic for DATABASE_METRICS
Auto Trait Implementations§
impl Freeze for DATABASE_METRICS
impl RefUnwindSafe for DATABASE_METRICS
impl Send for DATABASE_METRICS
impl Sync for DATABASE_METRICS
impl Unpin for DATABASE_METRICS
impl UnwindSafe for DATABASE_METRICS
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