pub struct Measuring(/* private fields */);Expand description
Indicates the Session is currently accepting data to include in its measurement for comparison against the HYGON SP’s measurement.
Auto Trait Implementations§
impl Freeze for Measuring
impl RefUnwindSafe for Measuring
impl Send for Measuring
impl Sync for Measuring
impl Unpin for Measuring
impl UnsafeUnpin 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