pub struct ProfCounters;Trait Implementations§
Source§impl Clone for ProfCounters
impl Clone for ProfCounters
Source§fn clone(&self) -> ProfCounters
fn clone(&self) -> ProfCounters
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 ProfCounters
impl Debug for ProfCounters
Source§impl Default for ProfCounters
impl Default for ProfCounters
Source§fn default() -> ProfCounters
fn default() -> ProfCounters
Returns the “default value” for a type. Read more
impl Copy for ProfCounters
Auto Trait Implementations§
impl Freeze for ProfCounters
impl RefUnwindSafe for ProfCounters
impl Send for ProfCounters
impl Sync for ProfCounters
impl Unpin for ProfCounters
impl UnwindSafe for ProfCounters
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