pub struct CallTimer { /* private fields */ }Expand description
A timer for measuring provider call latency.
Use this to accurately measure call duration.
Implementations§
Auto Trait Implementations§
impl Freeze for CallTimer
impl RefUnwindSafe for CallTimer
impl Send for CallTimer
impl Sync for CallTimer
impl Unpin for CallTimer
impl UnsafeUnpin for CallTimer
impl UnwindSafe for CallTimer
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