Struct metrics::MeterTimer
source · pub struct MeterTimer { /* private fields */ }
Expand description
A struct used to measure time in metrics.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MeterTimer
impl Send for MeterTimer
impl Sync for MeterTimer
impl Unpin for MeterTimer
impl !UnwindSafe for MeterTimer
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