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