pub struct WithWorkerHandleFuture<F, H> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<F, H> Deref for WithWorkerHandleFuture<F, H>
impl<F, H> Deref for WithWorkerHandleFuture<F, H>
Source§impl<F, H> From<WithWorkerHandleFuture<F, H>> for (F, H)
impl<F, H> From<WithWorkerHandleFuture<F, H>> for (F, H)
Source§fn from(value: WithWorkerHandleFuture<F, H>) -> Self
fn from(value: WithWorkerHandleFuture<F, H>) -> Self
Converts to this type from the input type.
Source§impl<F: Future, H: WorkerHandleType> Future for WithWorkerHandleFuture<F, H>
impl<F: Future, H: WorkerHandleType> Future for WithWorkerHandleFuture<F, H>
impl<'__pin, F, H> Unpin for WithWorkerHandleFuture<F, H>where
PinnedFieldsOf<__Origin<'__pin, F, H>>: Unpin,
Auto Trait Implementations§
impl<F, H> Freeze for WithWorkerHandleFuture<F, H>
impl<F, H> RefUnwindSafe for WithWorkerHandleFuture<F, H>where
F: RefUnwindSafe,
H: RefUnwindSafe,
impl<F, H> Send for WithWorkerHandleFuture<F, H>
impl<F, H> Sync for WithWorkerHandleFuture<F, H>
impl<F, H> UnsafeUnpin for WithWorkerHandleFuture<F, H>where
F: UnsafeUnpin,
H: UnsafeUnpin,
impl<F, H> UnwindSafe for WithWorkerHandleFuture<F, H>where
F: UnwindSafe,
H: 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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more