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