Struct sp_utils::metrics::TOKIO_THREADS_ALIVE
source · [−]pub struct TOKIO_THREADS_ALIVE { /* private fields */ }
Methods from Deref<Target = GenericGauge<AtomicU64>>
sourcepub fn add(&self, v: <P as Atomic>::T)
pub fn add(&self, v: <P as Atomic>::T)
Add the given value to the gauge. (The value can be negative, resulting in a decrement of the gauge.)
Trait Implementations
sourceimpl Deref for TOKIO_THREADS_ALIVE
impl Deref for TOKIO_THREADS_ALIVE
type Target = GenericGauge<AtomicU64>
type Target = GenericGauge<AtomicU64>
The resulting type after dereferencing.
sourcefn deref(&self) -> &GenericGauge<AtomicU64>
fn deref(&self) -> &GenericGauge<AtomicU64>
Dereferences the value.
impl LazyStatic for TOKIO_THREADS_ALIVE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more