pub struct ScopedTimer { /* private fields */ }Expand description
RAII guard for measuring operation duration
Implementations§
Source§impl ScopedTimer
impl ScopedTimer
Trait Implementations§
Source§impl Drop for ScopedTimer
impl Drop for ScopedTimer
Auto Trait Implementations§
impl !RefUnwindSafe for ScopedTimer
impl !UnwindSafe for ScopedTimer
impl Freeze for ScopedTimer
impl Send for ScopedTimer
impl Sync for ScopedTimer
impl Unpin for ScopedTimer
impl UnsafeUnpin for ScopedTimer
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