pub enum ExecutorDispatch {
Async(AsyncExecutorDispatch),
Blocking(BlockingExecutorDispatch),
}Variants§
Async(AsyncExecutorDispatch)
Blocking(BlockingExecutorDispatch)
Auto Trait Implementations§
impl !RefUnwindSafe for ExecutorDispatch
impl !Sync for ExecutorDispatch
impl !UnwindSafe for ExecutorDispatch
impl Freeze for ExecutorDispatch
impl Send for ExecutorDispatch
impl Unpin for ExecutorDispatch
impl UnsafeUnpin for ExecutorDispatch
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