pub struct ExecutorReceiver<E: AsyncExecutor> { /* private fields */ }
Implementations§
source§impl<E: AsyncExecutor> ExecutorReceiver<E>
impl<E: AsyncExecutor> ExecutorReceiver<E>
pub async fn obtain_address( &mut self ) -> Result<(ExecutorAddressOperations<'_, E>, Arc<E::InitData>), ()>
pub async fn obtain_address_with_priority( &mut self, priority: usize ) -> Result<(ExecutorAddressOperations<'_, E>, Arc<E::InitData>), ()>
Auto Trait Implementations§
impl<E> !RefUnwindSafe for ExecutorReceiver<E>
impl<E> Send for ExecutorReceiver<E>
impl<E> Sync for ExecutorReceiver<E>
impl<E> Unpin for ExecutorReceiver<E>where E: Unpin,
impl<E> !UnwindSafe for ExecutorReceiver<E>
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