[−][src]Struct tower::util::future::AndThenFuture
Response future from AndThen
services.
Trait Implementations
impl<F1, F2: TryFuture, N> Debug for AndThenFuture<F1, F2, N>
[src]
impl<F1, F2: TryFuture, N> Future for AndThenFuture<F1, F2, N> where
AndThen<ErrInto<F1, F2::Error>, F2, N>: Future,
[src]
AndThen<ErrInto<F1, F2::Error>, F2, N>: Future,
type Output = <AndThen<ErrInto<F1, F2::Error>, F2, N> as Future>::Output
The type of value produced on completion.
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>
[src]
impl<'pin, F1, F2: TryFuture, N> Unpin for AndThenFuture<F1, F2, N> where
__AndThenFuture<'pin, F1, F2, N>: Unpin,
[src]
__AndThenFuture<'pin, F1, F2, N>: Unpin,
Auto Trait Implementations
impl<F1, F2, N> RefUnwindSafe for AndThenFuture<F1, F2, N> where
F1: RefUnwindSafe,
F2: RefUnwindSafe,
N: RefUnwindSafe,
F1: RefUnwindSafe,
F2: RefUnwindSafe,
N: RefUnwindSafe,
impl<F1, F2, N> Send for AndThenFuture<F1, F2, N> where
F1: Send,
F2: Send,
N: Send,
F1: Send,
F2: Send,
N: Send,
impl<F1, F2, N> Sync for AndThenFuture<F1, F2, N> where
F1: Sync,
F2: Sync,
N: Sync,
F1: Sync,
F2: Sync,
N: Sync,
impl<F1, F2, N> UnwindSafe for AndThenFuture<F1, F2, N> where
F1: UnwindSafe,
F2: UnwindSafe,
N: UnwindSafe,
F1: UnwindSafe,
F2: UnwindSafe,
N: 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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[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>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,