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