pub struct LogTimer { /* private fields */ }Expand description
Timer for measuring operation duration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogTimer
impl RefUnwindSafe for LogTimer
impl Send for LogTimer
impl Sync for LogTimer
impl Unpin for LogTimer
impl UnsafeUnpin for LogTimer
impl UnwindSafe for LogTimer
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