Struct HandleErrorFuture

pub struct HandleErrorFuture { /* private fields */ }

Response future for HandleError.

Trait Implementations

impl Future for HandleErrorFuture

type Output = Result<Response<Body>, never>;
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>

impl<'__pin> Unpin for HandleErrorFuture where PinnedFieldsOf<__Origin<'__pin>>: Unpin,

Auto Trait Implementations

impl !RefUnwindSafe for HandleErrorFuture

impl !Sync for HandleErrorFuture

impl !UnwindSafe for HandleErrorFuture

impl Freeze for HandleErrorFuture

impl Send for HandleErrorFuture

impl UnsafeUnpin for HandleErrorFuture

Blanket Implementations

impl<F> IntoFuture for HandleErrorFuture where F: Future,

type Output = <F as Future>::Output;
type IntoFuture = F;
fn into_future(self) -> <F as IntoFuture>::IntoFuture

impl<F, T, E> TryFuture for HandleErrorFuture where F: Future<Output = Result<T, E>> + ?Sized,

type Ok = T;
type Error = E;
fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>

impl<Fut> TryFutureExt for HandleErrorFuture where Fut: TryFuture + ?Sized,

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for HandleErrorFuture where ST: ?Sized, DT: ?Sized,

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for HandleErrorFuture where ST: ?Sized, DT: ?Sized,

impl<T> Any for HandleErrorFuture where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for HandleErrorFuture where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for HandleErrorFuture where T: ?Sized,

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

impl<T> From<T> for HandleErrorFuture

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for HandleErrorFuture where T: Future + ?Sized,

impl<T> FutureExt for HandleErrorFuture where T: Future + ?Sized,

impl<T> Instrument for HandleErrorFuture

impl<T> Read<Exclusive, BecauseExclusive> for HandleErrorFuture where T: ?Sized,

impl<T> Same for HandleErrorFuture

type Output = T;

impl<T> WithSubscriber for HandleErrorFuture

impl<T, U> Into<U> for HandleErrorFuture where U: From<T>,

fn into(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<U> for HandleErrorFuture where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for HandleErrorFuture where U: TryFrom<T>,

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

impl<V, T> VZip<V> for HandleErrorFuture where V: MultiLane<T>,

fn vzip(self) -> V