Struct dispatch::GroupGuard
source · pub struct GroupGuard { /* private fields */ }
Expand description
An RAII guard which will leave a Group
when dropped.
Implementations§
source§impl GroupGuard
impl GroupGuard
Trait Implementations§
source§impl Clone for GroupGuard
impl Clone for GroupGuard
source§impl Debug for GroupGuard
impl Debug for GroupGuard
Auto Trait Implementations§
impl RefUnwindSafe for GroupGuard
impl Send for GroupGuard
impl Sync for GroupGuard
impl Unpin for GroupGuard
impl UnwindSafe for GroupGuard
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