[−][src]Struct futures_util::future::AndThen
Future for the and_then method.
Trait Implementations
impl<Fut1, Fut2, F> Debug for AndThen<Fut1, Fut2, F> where
TryFlatten<MapOk<Fut1, F>, Fut2>: Debug, [src][+]
TryFlatten<MapOk<Fut1, F>, Fut2>: Debug,
impl<Fut1, Fut2, F> FusedFuture for AndThen<Fut1, Fut2, F> where
TryFlatten<MapOk<Fut1, F>, Fut2>: FusedFuture, [src][+]
TryFlatten<MapOk<Fut1, F>, Fut2>: FusedFuture,
impl<Fut1, Fut2, F> Future for AndThen<Fut1, Fut2, F> where
TryFlatten<MapOk<Fut1, F>, Fut2>: Future, [src][+]
TryFlatten<MapOk<Fut1, F>, Fut2>: Future,
impl<Fut1, Fut2, F> PinnedDrop for AndThen<Fut1, Fut2, F>[src][+]
impl<'pin, Fut1, Fut2, F> Unpin for AndThen<Fut1, Fut2, F> where
__AndThen<'pin, Fut1, Fut2, F>: Unpin, [src]
__AndThen<'pin, Fut1, Fut2, F>: Unpin,
impl<Fut1, Fut2, F> UnsafeUnpin for AndThen<Fut1, Fut2, F>[src]
Auto Trait Implementations
impl<Fut1, Fut2, F> RefUnwindSafe for AndThen<Fut1, Fut2, F> where
F: RefUnwindSafe,
Fut1: RefUnwindSafe,
Fut2: RefUnwindSafe,
F: RefUnwindSafe,
Fut1: RefUnwindSafe,
Fut2: RefUnwindSafe,
impl<Fut1, Fut2, F> Send for AndThen<Fut1, Fut2, F> where
F: Send,
Fut1: Send,
Fut2: Send,
F: Send,
Fut1: Send,
Fut2: Send,
impl<Fut1, Fut2, F> Sync for AndThen<Fut1, Fut2, F> where
F: Sync,
Fut1: Sync,
Fut2: Sync,
F: Sync,
Fut1: Sync,
Fut2: Sync,
impl<Fut1, Fut2, F> UnwindSafe for AndThen<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>,