pub struct ExecutorsHandle<E: AsyncExecutor>(/* private fields */);Trait Implementations§
source§impl<E: AsyncExecutor> Clone for ExecutorsHandle<E>
impl<E: AsyncExecutor> Clone for ExecutorsHandle<E>
impl<E: AsyncExecutor> Copy for ExecutorsHandle<E>
Auto Trait Implementations§
impl<E> Freeze for ExecutorsHandle<E>
impl<E> RefUnwindSafe for ExecutorsHandle<E>where
E: RefUnwindSafe,
impl<E> Send for ExecutorsHandle<E>
impl<E> Sync for ExecutorsHandle<E>
impl<E> Unpin for ExecutorsHandle<E>where
E: Unpin,
impl<E> UnwindSafe for ExecutorsHandle<E>where
E: UnwindSafe,
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