pub struct ExecutorHandle<Q> { /* private fields */ }Expand description
A handle to an executor allowing submission of tasks.
Implementations§
Trait Implementations§
Source§impl<Q> Clone for ExecutorHandle<Q>
impl<Q> Clone for ExecutorHandle<Q>
Auto Trait Implementations§
impl<Q> Freeze for ExecutorHandle<Q>
impl<Q> RefUnwindSafe for ExecutorHandle<Q>where
Q: RefUnwindSafe,
impl<Q> Send for ExecutorHandle<Q>
impl<Q> Sync for ExecutorHandle<Q>
impl<Q> Unpin for ExecutorHandle<Q>
impl<Q> UnwindSafe for ExecutorHandle<Q>where
Q: RefUnwindSafe,
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