pub struct PerformanceGuard { /* private fields */ }
Expand description
Performance monitoring guard for automatic duration tracking
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PerformanceGuard
impl !RefUnwindSafe for PerformanceGuard
impl Send for PerformanceGuard
impl Sync for PerformanceGuard
impl Unpin for PerformanceGuard
impl !UnwindSafe for PerformanceGuard
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