Struct dispatch::SuspendGuard
source · pub struct SuspendGuard { /* private fields */ }Expand description
An RAII guard which will resume a suspended Queue when dropped.
Implementations
sourceimpl SuspendGuard
impl SuspendGuard
Trait Implementations
sourceimpl Clone for SuspendGuard
impl Clone 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more