pub struct InterruptGuard { /* private fields */ }Expand description
An independently owned interruption request.
The request is released on drop. Call clear to release it
explicitly before the end of its lexical scope.
Implementations§
Trait Implementations§
Source§impl Debug for InterruptGuard
impl Debug for InterruptGuard
Source§impl Drop for InterruptGuard
impl Drop for InterruptGuard
Auto Trait Implementations§
impl Freeze for InterruptGuard
impl RefUnwindSafe for InterruptGuard
impl Send for InterruptGuard
impl Sync for InterruptGuard
impl Unpin for InterruptGuard
impl UnsafeUnpin for InterruptGuard
impl UnwindSafe for InterruptGuard
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