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
Source§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 Freeze for TOKIO_THREADS_TOTAL
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more