Struct sp_utils::metrics::UNBOUNDED_CHANNELS_COUNTER
source · [−]pub struct UNBOUNDED_CHANNELS_COUNTER { /* private fields */ }
Trait Implementations
sourceimpl Deref for UNBOUNDED_CHANNELS_COUNTER
impl Deref for UNBOUNDED_CHANNELS_COUNTER
type Target = GenericCounterVec<AtomicU64>
type Target = GenericCounterVec<AtomicU64>
The resulting type after dereferencing.
sourcefn deref(&self) -> &GenericCounterVec<AtomicU64>
fn deref(&self) -> &GenericCounterVec<AtomicU64>
Dereferences the value.
impl LazyStatic for UNBOUNDED_CHANNELS_COUNTER
Auto Trait Implementations
impl RefUnwindSafe for UNBOUNDED_CHANNELS_COUNTER
impl Send for UNBOUNDED_CHANNELS_COUNTER
impl Sync for UNBOUNDED_CHANNELS_COUNTER
impl Unpin for UNBOUNDED_CHANNELS_COUNTER
impl UnwindSafe for UNBOUNDED_CHANNELS_COUNTER
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