Struct sp_utils::metrics::TOKIO_THREADS_ALIVE [−][src]
pub struct TOKIO_THREADS_ALIVE { /* fields omitted */ }
Methods from Deref<Target = GenericGauge<AtomicU64>>
pub fn set(&self, v: <P as Atomic>::T)
[src]
Set the gauge to an arbitrary value.
pub fn inc(&self)
[src]
Increase the gauge by 1.
pub fn dec(&self)
[src]
Decrease the gauge by 1.
pub fn add(&self, v: <P as Atomic>::T)
[src]
Add the given value to the gauge. (The value can be negative, resulting in a decrement of the gauge.)
pub fn sub(&self, v: <P as Atomic>::T)
[src]
Subtract the given value from the gauge. (The value can be negative, resulting in an increment of the gauge.)
pub fn get(&self) -> <P as Atomic>::T
[src]
Return the gauge value.
Trait Implementations
impl Deref for TOKIO_THREADS_ALIVE
[src]
impl Deref for TOKIO_THREADS_ALIVE
[src]type Target = GenericGauge<AtomicU64>
The resulting type after dereferencing.
fn deref(&self) -> &GenericGauge<AtomicU64>
[src]
impl LazyStatic for TOKIO_THREADS_ALIVE
[src]
impl LazyStatic for TOKIO_THREADS_ALIVE
[src]