pub struct PerformanceTimer { /* private fields */ }Expand description
Performance measurement utility
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PerformanceTimer
impl RefUnwindSafe for PerformanceTimer
impl Send for PerformanceTimer
impl Sync for PerformanceTimer
impl Unpin for PerformanceTimer
impl UnwindSafe for PerformanceTimer
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