pub struct ExecutionCancellation { /* private fields */ }Expand description
Cooperative loss-of-authority signal. Process adapters must kill and reap their owned execution before returning from cancellation.
Implementations§
Trait Implementations§
Source§impl Clone for ExecutionCancellation
impl Clone for ExecutionCancellation
Source§impl Debug for ExecutionCancellation
impl Debug for ExecutionCancellation
Auto Trait Implementations§
impl Freeze for ExecutionCancellation
impl RefUnwindSafe for ExecutionCancellation
impl Send for ExecutionCancellation
impl Sync for ExecutionCancellation
impl Unpin for ExecutionCancellation
impl UnsafeUnpin for ExecutionCancellation
impl UnwindSafe for ExecutionCancellation
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