pub struct TracingTimer { /* private fields */ }Expand description
A named RAII that will show on Drop how long its covered section took to
execute.
Implementations§
Trait Implementations§
Source§impl Debug for TracingTimer
Available on non-tarpaulin_include only.
impl Debug for TracingTimer
Available on non-
tarpaulin_include only.Auto Trait Implementations§
impl Freeze for TracingTimer
impl !RefUnwindSafe for TracingTimer
impl Send for TracingTimer
impl Sync for TracingTimer
impl Unpin for TracingTimer
impl !UnwindSafe for TracingTimer
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