[−][src]Struct tokio::prelude::future::SelectAll
Future for the select_all
combinator, waiting for one of any of a list of
futures to complete.
This is created by the select_all
function.
Trait Implementations
impl<A> Future for SelectAll<A> where
A: Future,
[src][+]
A: Future,
impl<A> Debug for SelectAll<A> where
A: Debug + Future,
[src][+]
A: Debug + Future,
Auto Trait Implementations
impl<A> Send for SelectAll<A> where
A: Send,
A: Send,
impl<A> Unpin for SelectAll<A> where
A: Unpin,
A: Unpin,
impl<A> Sync for SelectAll<A> where
A: Sync,
A: Sync,
impl<A> UnwindSafe for SelectAll<A> where
A: UnwindSafe,
A: UnwindSafe,
impl<A> RefUnwindSafe for SelectAll<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,