Struct futures_util::future::ErrInto [−][src]
Future for the err_into
method.
Trait Implementations
impl<Fut, E> Debug for ErrInto<Fut, E> where
MapErr<Fut, IntoFn<E>>: Debug,
[src][+]
MapErr<Fut, IntoFn<E>>: Debug,
impl<Fut, E> FusedFuture for ErrInto<Fut, E> where
MapErr<Fut, IntoFn<E>>: FusedFuture,
[src][+]
MapErr<Fut, IntoFn<E>>: FusedFuture,
impl<Fut, E> Future for ErrInto<Fut, E> where
MapErr<Fut, IntoFn<E>>: Future,
[src][+]
MapErr<Fut, IntoFn<E>>: Future,
impl<'__pin, Fut, E> Unpin for ErrInto<Fut, E> where
__Origin<'__pin, Fut, E>: Unpin,
[src]
__Origin<'__pin, Fut, E>: Unpin,
Auto Trait Implementations
impl<Fut, E> RefUnwindSafe for ErrInto<Fut, E> where
Fut: RefUnwindSafe,
Fut: RefUnwindSafe,
impl<Fut, E> Send for ErrInto<Fut, E> where
Fut: Send,
Fut: Send,
impl<Fut, E> Sync for ErrInto<Fut, E> where
Fut: Sync,
Fut: Sync,
impl<Fut, E> UnwindSafe for ErrInto<Fut, E> where
Fut: UnwindSafe,
Fut: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<F, T, E> TryFuture for F where
F: Future<Output = Result<T, E>> + ?Sized,
[src][+]
F: Future<Output = Result<T, E>> + ?Sized,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,