Struct sp_utils::metrics::TOKIO_THREADS_TOTAL[][src]

pub struct TOKIO_THREADS_TOTAL { /* fields omitted */ }

Methods from Deref<Target = GenericCounter<AtomicU64>>

Increase the given value to the counter.

Panics

Panics in debug build if the value is < 0.

Increase the counter by 1.

Return the counter value.

Restart the counter, resetting its value back to 0.

Return a [GenericLocalCounter] for single thread usage.

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.