pub struct StopWatch { /* private fields */ }
Expand description
A simple stopwatch to profile execution time
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StopWatch
impl Send for StopWatch
impl Sync for StopWatch
impl Unpin for StopWatch
impl UnwindSafe for StopWatch
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