[−][src]Struct futures_util::future::Then
Future for the then
method.
Trait Implementations
impl<Fut1: Debug, Fut2: Debug, F: Debug> Debug for Then<Fut1, Fut2, F>
[src][+]
impl<Fut1, Fut2, F> FusedFuture for Then<Fut1, Fut2, F> where
Fut1: Future,
Fut2: Future,
F: FnOnce(Fut1::Output) -> Fut2,
[src][+]
Fut1: Future,
Fut2: Future,
F: FnOnce(Fut1::Output) -> Fut2,
impl<Fut1, Fut2, F> Future for Then<Fut1, Fut2, F> where
Fut1: Future,
Fut2: Future,
F: FnOnce(Fut1::Output) -> Fut2,
[src][+]
Fut1: Future,
Fut2: Future,
F: FnOnce(Fut1::Output) -> Fut2,
Auto Trait Implementations
impl<Fut1, Fut2, F> RefUnwindSafe for Then<Fut1, Fut2, F> where
F: RefUnwindSafe,
Fut1: RefUnwindSafe,
Fut2: RefUnwindSafe,
F: RefUnwindSafe,
Fut1: RefUnwindSafe,
Fut2: RefUnwindSafe,
impl<Fut1, Fut2, F> Send for Then<Fut1, Fut2, F> where
F: Send,
Fut1: Send,
Fut2: Send,
F: Send,
Fut1: Send,
Fut2: Send,
impl<Fut1, Fut2, F> Sync for Then<Fut1, Fut2, F> where
F: Sync,
Fut1: Sync,
Fut2: Sync,
F: Sync,
Fut1: Sync,
Fut2: Sync,
impl<Fut1, Fut2, F> Unpin for Then<Fut1, Fut2, F> where
Fut1: Unpin,
Fut2: Unpin,
Fut1: Unpin,
Fut2: Unpin,
impl<Fut1, Fut2, F> UnwindSafe for Then<Fut1, Fut2, F> where
F: UnwindSafe,
Fut1: UnwindSafe,
Fut2: UnwindSafe,
F: UnwindSafe,
Fut1: UnwindSafe,
Fut2: 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<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<F, T, E> TryFuture for F where
F: Future<Output = Result<T, E>> + ?Sized,
[src][+]
F: Future<Output = Result<T, E>> + ?Sized,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,