[−][src]Struct futures::future::Inspect
Do something with the item of a future, passing it on.
This is created by the Future::inspect
method.
Trait Implementations
impl<A, F> Future for Inspect<A, F> where
A: Future,
F: FnOnce(&A::Item),
[src][+]
A: Future,
F: FnOnce(&A::Item),
impl<A: Debug, F: Debug> Debug for Inspect<A, F> where
A: Future,
[src][+]
A: Future,
Auto Trait Implementations
impl<A, F> Unpin for Inspect<A, F> where
A: Unpin,
F: Unpin,
A: Unpin,
F: Unpin,
impl<A, F> Send for Inspect<A, F> where
A: Send,
F: Send,
A: Send,
F: Send,
impl<A, F> Sync for Inspect<A, F> where
A: Sync,
F: Sync,
A: Sync,
F: Sync,
impl<A, F> UnwindSafe for Inspect<A, F> where
A: UnwindSafe,
F: UnwindSafe,
A: UnwindSafe,
F: UnwindSafe,
impl<A, F> RefUnwindSafe for Inspect<A, F> where
A: RefUnwindSafe,
F: RefUnwindSafe,
A: RefUnwindSafe,
F: RefUnwindSafe,
Blanket Implementations
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> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
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,