Struct sc_utils::metrics::TOKIO_THREADS_TOTAL
source · pub struct TOKIO_THREADS_TOTAL { /* private fields */ }
Methods from Deref<Target = GenericCounter<AtomicU64>>§
sourcepub fn local(&self) -> GenericLocalCounter<P>
pub fn local(&self) -> GenericLocalCounter<P>
Return a GenericLocalCounter
for single thread usage.
Trait Implementations§
source§impl Deref for TOKIO_THREADS_TOTAL
impl Deref for TOKIO_THREADS_TOTAL
§type Target = GenericCounter<AtomicU64>
type Target = GenericCounter<AtomicU64>
The resulting type after dereferencing.
source§fn deref(&self) -> &GenericCounter<AtomicU64>
fn deref(&self) -> &GenericCounter<AtomicU64>
Dereferences the value.
impl LazyStatic for TOKIO_THREADS_TOTAL
Auto Trait Implementations§
impl RefUnwindSafe for TOKIO_THREADS_TOTAL
impl Send for TOKIO_THREADS_TOTAL
impl Sync for TOKIO_THREADS_TOTAL
impl Unpin for TOKIO_THREADS_TOTAL
impl UnwindSafe for TOKIO_THREADS_TOTAL
Blanket Implementations§
source§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
source§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,
source§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read moresource§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.