pub struct HistogramTimer { /* private fields */ }Expand description
RAII timer that records duration to histogram on drop
Trait Implementations§
Source§impl Debug for HistogramTimer
impl Debug for HistogramTimer
Auto Trait Implementations§
impl Freeze for HistogramTimer
impl !RefUnwindSafe for HistogramTimer
impl Send for HistogramTimer
impl Sync for HistogramTimer
impl Unpin for HistogramTimer
impl !UnwindSafe for HistogramTimer
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