[−][src]Struct futures::future::Select
Future for the select()
function.
Trait Implementations
impl<A, B> FusedFuture for Select<A, B> where
A: Future + Unpin,
B: Future + Unpin,
[src][+]
A: Future + Unpin,
B: Future + Unpin,
impl<A, B> Future for Select<A, B> where
A: Future + Unpin,
B: Future + Unpin,
[src][+]
A: Future + Unpin,
B: Future + Unpin,
impl<A, B> Debug for Select<A, B> where
A: Debug,
B: Debug,
[src][+]
A: Debug,
B: Debug,
impl<A, B> Unpin for Select<A, B> where
A: Unpin,
B: Unpin,
[src]
A: Unpin,
B: Unpin,
Auto Trait Implementations
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,
Blanket Implementations
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> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
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> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> FutureExt for T where
T: Future + ?Sized,
[src][+]
T: Future + ?Sized,