pub struct Measuring;
Expand description
Measuring state for type-state pattern
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Measuring
impl RefUnwindSafe for Measuring
impl Send for Measuring
impl Sync for Measuring
impl Unpin for Measuring
impl UnwindSafe for Measuring
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