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