pub struct DispatchGroupGuard(/* private fields */);
Expand description
Dispatch group guard.
Implementations§
Source§impl DispatchGroupGuard
impl DispatchGroupGuard
Sourcepub fn leave(self)
pub fn leave(self)
Explicitly indicate that the function in the DispatchGroup
finished executing.
Trait Implementations§
Source§impl Debug for DispatchGroupGuard
impl Debug for DispatchGroupGuard
Auto Trait Implementations§
impl Freeze for DispatchGroupGuard
impl !RefUnwindSafe for DispatchGroupGuard
impl Send for DispatchGroupGuard
impl Sync for DispatchGroupGuard
impl Unpin for DispatchGroupGuard
impl !UnwindSafe for DispatchGroupGuard
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