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