pub struct Untimed;Expand description
A host that is not measuring anything — a tab, a test, a replay.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Untimed
impl RefUnwindSafe for Untimed
impl Send for Untimed
impl Sync for Untimed
impl Unpin for Untimed
impl UnwindSafe for Untimed
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