Struct sc_utils::metrics::TOKIO_THREADS_TOTAL
source · pub struct TOKIO_THREADS_TOTAL { /* private fields */ }
Methods from Deref<Target = GenericCounter<AtomicU64>>§
pub fn inc_by(&self, v: <P as Atomic>::T)
pub fn inc_by(&self, v: <P as Atomic>::T)
pub fn inc(&self)
pub fn inc(&self)
Increase the counter by 1.
pub fn get(&self) -> <P as Atomic>::T
pub fn get(&self) -> <P as Atomic>::T
Return the counter value.
pub fn reset(&self)
pub fn reset(&self)
Restart the counter, resetting its value back to 0.
pub 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
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§
§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,
§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 more§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.