pub struct Select6Future<F1, F2, F3, F4, F5, F6> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<F1, F2, F3, F4, F5, F6> Freeze for Select6Future<F1, F2, F3, F4, F5, F6>
impl<F1, F2, F3, F4, F5, F6> RefUnwindSafe for Select6Future<F1, F2, F3, F4, F5, F6>where
F1: RefUnwindSafe,
F2: RefUnwindSafe,
F3: RefUnwindSafe,
F4: RefUnwindSafe,
F5: RefUnwindSafe,
F6: RefUnwindSafe,
impl<F1, F2, F3, F4, F5, F6> Send for Select6Future<F1, F2, F3, F4, F5, F6>
impl<F1, F2, F3, F4, F5, F6> Sync for Select6Future<F1, F2, F3, F4, F5, F6>
impl<F1, F2, F3, F4, F5, F6> Unpin for Select6Future<F1, F2, F3, F4, F5, F6>
impl<F1, F2, F3, F4, F5, F6> UnwindSafe for Select6Future<F1, F2, F3, F4, F5, F6>where
F1: UnwindSafe,
F2: UnwindSafe,
F3: UnwindSafe,
F4: UnwindSafe,
F5: UnwindSafe,
F6: 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