pub struct MeasurementGuardWithLog {}Implementations§
Auto Trait Implementations§
impl Freeze for MeasurementGuardWithLog
impl RefUnwindSafe for MeasurementGuardWithLog
impl Send for MeasurementGuardWithLog
impl Sync for MeasurementGuardWithLog
impl Unpin for MeasurementGuardWithLog
impl UnwindSafe for MeasurementGuardWithLog
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