pub struct ContainerGuard { /* private fields */ }Expand description
RAII guard that pops a container scope when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContainerGuard
impl RefUnwindSafe for ContainerGuard
impl Send for ContainerGuard
impl Sync for ContainerGuard
impl Unpin for ContainerGuard
impl UnsafeUnpin for ContainerGuard
impl UnwindSafe for ContainerGuard
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