pub struct CounterVec { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for CounterVec
impl Default for CounterVec
Source§fn default() -> CounterVec
fn default() -> CounterVec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CounterVec
impl !RefUnwindSafe for CounterVec
impl Send for CounterVec
impl Sync for CounterVec
impl Unpin for CounterVec
impl UnwindSafe for CounterVec
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