Struct futures::prelude::future::Select [−][src]
#[must_use = "futures do nothing unless you `.await` or poll them"]pub struct Select<A, B> { /* fields omitted */ }
Future for the select()
function.
Trait Implementations
impl<A, B> Debug for Select<A, B> where
B: Debug,
A: Debug,
[src][+]
B: Debug,
A: Debug,
impl<A, B> FusedFuture for Select<A, B> where
B: Future + Unpin,
A: Future + Unpin,
[src][+]
B: Future + Unpin,
A: Future + Unpin,
impl<A, B> Future for Select<A, B> where
B: Future + Unpin,
A: Future + Unpin,
[src][+]
B: Future + Unpin,
A: Future + Unpin,
impl<A, B> Unpin for Select<A, B> where
B: Unpin,
A: Unpin,
[src]
B: Unpin,
A: Unpin,
Auto Trait Implementations
impl<A, B> RefUnwindSafe for Select<A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe,
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for Select<A, B> where
A: Send,
B: Send,
A: Send,
B: Send,
impl<A, B> Sync for Select<A, B> where
A: Sync,
B: Sync,
A: Sync,
B: Sync,
impl<A, B> UnwindSafe for Select<A, B> where
A: UnwindSafe,
B: UnwindSafe,
A: UnwindSafe,
B: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> FutureExt for T where
T: Future + ?Sized,
[src][+]
T: Future + ?Sized,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
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>,