pub struct TaskHandleFuture<R, E> { /* private fields */ }Expand description
Future returned when awaiting a task handle by value.
Trait Implementations§
Auto Trait Implementations§
impl<R, E> Freeze for TaskHandleFuture<R, E>
impl<R, E> !RefUnwindSafe for TaskHandleFuture<R, E>
impl<R, E> Send for TaskHandleFuture<R, E>
impl<R, E> !Sync for TaskHandleFuture<R, E>
impl<R, E> Unpin for TaskHandleFuture<R, E>
impl<R, E> UnsafeUnpin for TaskHandleFuture<R, E>
impl<R, E> !UnwindSafe for TaskHandleFuture<R, 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
Source§impl<T> DropFlavorWrapper<T> for T
impl<T> DropFlavorWrapper<T> for T
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
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