Struct sc_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§
source§impl Deref for TOKIO_THREADS_ALIVE
impl Deref for TOKIO_THREADS_ALIVE
§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