pub struct Took { /* private fields */ }Expand description
Defines elasped time.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Took
impl RefUnwindSafe for Took
impl Send for Took
impl Sync for Took
impl Unpin for Took
impl UnwindSafe for Took
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