pub struct PerfCounter { /* private fields */ }Expand description
Performance counter for tracking operation metrics.
Implementations§
Trait Implementations§
Source§impl Debug for PerfCounter
impl Debug for PerfCounter
Auto Trait Implementations§
impl !Freeze for PerfCounter
impl RefUnwindSafe for PerfCounter
impl Send for PerfCounter
impl Sync for PerfCounter
impl Unpin for PerfCounter
impl UnsafeUnpin for PerfCounter
impl UnwindSafe for PerfCounter
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