pub struct MeasurementGuardSync { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for MeasurementGuardSync
impl Drop for MeasurementGuardSync
Auto Trait Implementations§
impl Freeze for MeasurementGuardSync
impl RefUnwindSafe for MeasurementGuardSync
impl Send for MeasurementGuardSync
impl Sync for MeasurementGuardSync
impl Unpin for MeasurementGuardSync
impl UnsafeUnpin for MeasurementGuardSync
impl UnwindSafe for MeasurementGuardSync
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