[−][src]Struct futures::future::CatchUnwind
Future for the catch_unwind
combinator.
This is created by the Future::catch_unwind
method.
Trait Implementations
impl<F: Debug> Debug for CatchUnwind<F> where
F: Future,
[src][+]
F: Future,
impl<F> Future for CatchUnwind<F> where
F: Future + UnwindSafe,
[src][+]
F: Future + UnwindSafe,
Auto Trait Implementations
impl<F> RefUnwindSafe for CatchUnwind<F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<F> Send for CatchUnwind<F> where
F: Send,
F: Send,
impl<F> Sync for CatchUnwind<F> where
F: Sync,
F: Sync,
impl<F> Unpin for CatchUnwind<F> where
F: Unpin,
F: Unpin,
impl<F> UnwindSafe for CatchUnwind<F> where
F: UnwindSafe,
F: 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<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,