pub struct InstallGuard { /* private fields */ }Expand description
Drop-guard returned by SimulationLayer::install. Restores the previous
subscriber when dropped.
Auto Trait Implementations§
impl !RefUnwindSafe for InstallGuard
impl !UnwindSafe for InstallGuard
impl Freeze for InstallGuard
impl Send for InstallGuard
impl Sync for InstallGuard
impl Unpin for InstallGuard
impl UnsafeUnpin for InstallGuard
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