[−][src]Struct tokio::prelude::future::Map
Future for the map
combinator, changing the type of a future.
This is created by the Future::map
method.
Trait Implementations
impl<A, F> Debug for Map<A, F> where
A: Debug + Future,
F: Debug,
[src][+]
A: Debug + Future,
F: Debug,
impl<U, A, F> Future for Map<A, F> where
A: Future,
F: FnOnce(<A as Future>::Item) -> U,
[src][+]
A: Future,
F: FnOnce(<A as Future>::Item) -> U,
Auto Trait Implementations
impl<A, F> RefUnwindSafe for Map<A, F> where
A: RefUnwindSafe,
F: RefUnwindSafe,
A: RefUnwindSafe,
F: RefUnwindSafe,
impl<A, F> Send for Map<A, F> where
A: Send,
F: Send,
A: Send,
F: Send,
impl<A, F> Sync for Map<A, F> where
A: Sync,
F: Sync,
A: Sync,
F: Sync,
impl<A, F> Unpin for Map<A, F> where
A: Unpin,
F: Unpin,
A: Unpin,
F: Unpin,
impl<A, F> UnwindSafe for Map<A, F> where
A: UnwindSafe,
F: UnwindSafe,
A: UnwindSafe,
F: 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, 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>,