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