Struct sp_utils::metrics::TOKIO_THREADS_ALIVE[][src]

pub struct TOKIO_THREADS_ALIVE { /* fields omitted */ }

Methods from Deref<Target = GenericGauge<AtomicU64>>

Set the gauge to an arbitrary value.

Increase the gauge by 1.

Decrease the gauge by 1.

Add the given value to the gauge. (The value can be negative, resulting in a decrement of the gauge.)

Subtract the given value from the gauge. (The value can be negative, resulting in an increment of the gauge.)

Return the gauge value.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.