Struct RouteFuture

struct RouteFuture<E> { ... }

Response future for Route.

Implementations

impl<'__pin, E> Unpin for RouteFuture<E>

impl<E> Freeze for RouteFuture<E>

impl<E> Future for RouteFuture<E>

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

impl<E> RefUnwindSafe for RouteFuture<E>

impl<E> Send for RouteFuture<E>

impl<E> Sync for RouteFuture<E>

impl<E> UnsafeUnpin for RouteFuture<E>

impl<E> UnwindSafe for RouteFuture<E>

impl<F> IntoFuture for RouteFuture<E>

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

impl<F, T, E> TryFuture for RouteFuture<E>

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

impl<Fut> TryFutureExt for RouteFuture<E>

impl<T> Any for RouteFuture<E>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for RouteFuture<E>

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

impl<T> BorrowMut for RouteFuture<E>

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

impl<T> From for RouteFuture<E>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for RouteFuture<E>

impl<T> Instrument for RouteFuture<E>

impl<T> Same for RouteFuture<E>

impl<T> WithSubscriber for RouteFuture<E>

impl<T, U> Into for RouteFuture<E>

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 RouteFuture<E>

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

impl<T, U> TryInto for RouteFuture<E>

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

impl<V, T> VZip for RouteFuture<E>

fn vzip(self: Self) -> V