Struct HandleErrorFuture

struct HandleErrorFuture { ... }

Response future for HandleError.

Implementations

impl Freeze for HandleErrorFuture

impl Future for HandleErrorFuture

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

impl RefUnwindSafe for HandleErrorFuture

impl Send for HandleErrorFuture

impl Sync for HandleErrorFuture

impl UnwindSafe for HandleErrorFuture

impl<'__pin> Unpin for HandleErrorFuture

impl<F> IntoFuture for HandleErrorFuture

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

impl<F, T, E> TryFuture for HandleErrorFuture

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

impl<Fut> TryFutureExt for HandleErrorFuture

impl<T> Any for HandleErrorFuture

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for HandleErrorFuture

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

impl<T> BorrowMut for HandleErrorFuture

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

impl<T> From for HandleErrorFuture

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for HandleErrorFuture

impl<T> Instrument for HandleErrorFuture

impl<T> Same for HandleErrorFuture

impl<T> WithSubscriber for HandleErrorFuture

impl<T, U> Into for HandleErrorFuture

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 HandleErrorFuture

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

impl<T, U> TryInto for HandleErrorFuture

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

impl<V, T> VZip for HandleErrorFuture

fn vzip(self: Self) -> V