pub struct ReportCounters { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Add for ReportCounters
impl Add for ReportCounters
Source§impl AddAssign for ReportCounters
impl AddAssign for ReportCounters
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl Clone for ReportCounters
impl Clone for ReportCounters
Source§fn clone(&self) -> ReportCounters
fn clone(&self) -> ReportCounters
Returns a duplicate 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 ReportCounters
impl Debug for ReportCounters
Source§impl Default for ReportCounters
impl Default for ReportCounters
Source§fn default() -> ReportCounters
fn default() -> ReportCounters
Returns the “default value” for a type. Read more
impl Copy for ReportCounters
Auto Trait Implementations§
impl Freeze for ReportCounters
impl RefUnwindSafe for ReportCounters
impl Send for ReportCounters
impl Sync for ReportCounters
impl Unpin for ReportCounters
impl UnwindSafe for ReportCounters
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