Struct LayeredFuture

struct LayeredFuture<S> { ... }
where
    S: Service<axum_core::extract::Request>

The response future for Layered.

Implementations

impl<'__pin, S> Unpin for LayeredFuture<S>

impl<F> IntoFuture for LayeredFuture<S>

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

impl<S> Freeze for LayeredFuture<S>

impl<S> Future for LayeredFuture<S>

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

impl<S> RefUnwindSafe for LayeredFuture<S>

impl<S> Send for LayeredFuture<S>

impl<S> Sync for LayeredFuture<S>

impl<S> UnwindSafe for LayeredFuture<S>

impl<T> Any for LayeredFuture<S>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for LayeredFuture<S>

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

impl<T> BorrowMut for LayeredFuture<S>

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

impl<T> From for LayeredFuture<S>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for LayeredFuture<S>

impl<T> Instrument for LayeredFuture<S>

impl<T> Same for LayeredFuture<S>

impl<T> WithSubscriber for LayeredFuture<S>

impl<T, U> Into for LayeredFuture<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 LayeredFuture<S>

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

impl<T, U> TryInto for LayeredFuture<S>

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

impl<V, T> VZip for LayeredFuture<S>

fn vzip(self: Self) -> V