[−][src]Struct futures_util::future::ErrInto
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<Fut, E> PinnedDrop for ErrInto<Fut, E>[src][+]
impl<'pin, Fut, E> Unpin for ErrInto<Fut, E> where
__ErrInto<'pin, Fut, E>: Unpin, [src]
__ErrInto<'pin, Fut, E>: Unpin,
impl<Fut, E> UnsafeUnpin for ErrInto<Fut, E>[src]
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<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>,