pub struct ContextHandle<'ctx> { /* private fields */ }
Expand description
Handle that can be used to interrupt a computation from another thread.
§See also:
Implementations§
Source§impl ContextHandle<'_>
impl ContextHandle<'_>
Trait Implementations§
Source§impl<'ctx> Debug for ContextHandle<'ctx>
impl<'ctx> Debug for ContextHandle<'ctx>
Source§impl<'ctx> PartialEq for ContextHandle<'ctx>
impl<'ctx> PartialEq for ContextHandle<'ctx>
impl<'ctx> Eq for ContextHandle<'ctx>
impl Send for ContextHandle<'_>
impl<'ctx> StructuralPartialEq for ContextHandle<'ctx>
impl Sync for ContextHandle<'_>
Auto Trait Implementations§
impl<'ctx> Freeze for ContextHandle<'ctx>
impl<'ctx> RefUnwindSafe for ContextHandle<'ctx>
impl<'ctx> Unpin for ContextHandle<'ctx>
impl<'ctx> UnwindSafe for ContextHandle<'ctx>
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