Struct ResponseFuture

struct ResponseFuture<B, T, E, S> { ... }
where
    E: FromRequestParts<S>,
    T: Service<http::Request<B>>

Response future for FromExtractor.

Implementations

impl<'__pin, B, T, E, S> Unpin for ResponseFuture<B, T, E, S>

impl<B, T, E, S> Freeze for ResponseFuture<B, T, E, S>

impl<B, T, E, S> Future for ResponseFuture<B, T, E, S>

fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>

impl<B, T, E, S> RefUnwindSafe for ResponseFuture<B, T, E, S>

impl<B, T, E, S> Send for ResponseFuture<B, T, E, S>

impl<B, T, E, S> Sync for ResponseFuture<B, T, E, S>

impl<B, T, E, S> UnsafeUnpin for ResponseFuture<B, T, E, S>

impl<B, T, E, S> UnwindSafe for ResponseFuture<B, T, E, S>

impl<F> IntoFuture for ResponseFuture<B, T, E, S>

fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture

impl<F, T, E> TryFuture for ResponseFuture<B, T, E, S>

fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>

impl<Fut> TryFutureExt for ResponseFuture<B, T, E, S>

impl<T> Any for ResponseFuture<B, T, E, S>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ResponseFuture<B, T, E, S>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for ResponseFuture<B, T, E, S>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for ResponseFuture<B, T, E, S>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for ResponseFuture<B, T, E, S>

impl<T> Instrument for ResponseFuture<B, T, E, S>

impl<T> Same for ResponseFuture<B, T, E, S>

impl<T> WithSubscriber for ResponseFuture<B, T, E, S>

impl<T, U> Into for ResponseFuture<B, T, E, S>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for ResponseFuture<B, T, E, S>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for ResponseFuture<B, T, E, S>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>

impl<V, T> VZip for ResponseFuture<B, T, E, S>

fn vzip(self: Self) -> V