pub struct CounterGroup { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CounterGroup
impl Clone for CounterGroup
Source§fn clone(&self) -> CounterGroup
fn clone(&self) -> CounterGroup
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CounterGroup
impl Debug for CounterGroup
Source§impl Hash for CounterGroup
impl Hash for CounterGroup
Source§impl PartialEq for CounterGroup
impl PartialEq for CounterGroup
impl Copy for CounterGroup
impl Eq for CounterGroup
impl StructuralPartialEq for CounterGroup
Auto Trait Implementations§
impl Freeze for CounterGroup
impl RefUnwindSafe for CounterGroup
impl Send for CounterGroup
impl Sync for CounterGroup
impl Unpin for CounterGroup
impl UnwindSafe for CounterGroup
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