pub struct OperationDuration(/* private fields */);
Expand description
How long a benchmarked operation took to complete.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperationDuration
impl RefUnwindSafe for OperationDuration
impl Send for OperationDuration
impl Sync for OperationDuration
impl Unpin for OperationDuration
impl UnwindSafe for OperationDuration
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