pub enum InnerJoinHandle<R> {
// some variants omitted
}Expand description
Inner join handle representation to hold variants of the executors
Trait Implementations§
Source§impl<R> Future for InnerJoinHandle<R>where
R: 'static + Send,
impl<R> Future for InnerJoinHandle<R>where
R: 'static + Send,
impl<'pin, R> Unpin for InnerJoinHandle<R>where
PinnedFieldsOf<__InnerJoinHandle<'pin, R>>: Unpin,
Auto Trait Implementations§
impl<R> Freeze for InnerJoinHandle<R>
impl<R> RefUnwindSafe for InnerJoinHandle<R>where
R: RefUnwindSafe,
impl<R> Send for InnerJoinHandle<R>where
R: Send,
impl<R> Sync for InnerJoinHandle<R>where
R: Sync,
impl<R> UnsafeUnpin for InnerJoinHandle<R>
impl<R> UnwindSafe for InnerJoinHandle<R>where
R: 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