pub struct Timed<C: Clock> { /* private fields */ }Expand description
A wrapper around a histogram that includes a clock.
Implementations§
Auto Trait Implementations§
impl<C> Freeze for Timed<C>
impl<C> !RefUnwindSafe for Timed<C>
impl<C> Send for Timed<C>
impl<C> Sync for Timed<C>
impl<C> Unpin for Timed<C>
impl<C> !UnwindSafe for Timed<C>
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