Struct sp_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
sourceimpl Deref for TOKIO_THREADS_TOTAL
impl Deref for TOKIO_THREADS_TOTAL
type Target = GenericCounter<AtomicU64>
type Target = GenericCounter<AtomicU64>
The resulting type after dereferencing.
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more