pub struct AsyncExecutorDispatch { /* private fields */ }Implementations§
Source§impl AsyncExecutorDispatch
impl AsyncExecutorDispatch
pub fn operation_id(&self) -> OperationId
pub fn into_future(self) -> AsyncDispatchFuture ⓘ
Trait Implementations§
Source§impl Drop for AsyncExecutorDispatch
impl Drop for AsyncExecutorDispatch
Auto Trait Implementations§
impl !RefUnwindSafe for AsyncExecutorDispatch
impl !Sync for AsyncExecutorDispatch
impl !UnwindSafe for AsyncExecutorDispatch
impl Freeze for AsyncExecutorDispatch
impl Send for AsyncExecutorDispatch
impl Unpin for AsyncExecutorDispatch
impl UnsafeUnpin for AsyncExecutorDispatch
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