pub struct FallbackHandler<F, Fut>{ /* private fields */ }Expand description
Fallback handler for error recovery
Implementations§
Auto Trait Implementations§
impl<F, Fut> Freeze for FallbackHandler<F, Fut>where
F: Freeze,
impl<F, Fut> RefUnwindSafe for FallbackHandler<F, Fut>where
F: RefUnwindSafe,
Fut: RefUnwindSafe,
impl<F, Fut> Send for FallbackHandler<F, Fut>
impl<F, Fut> Sync for FallbackHandler<F, Fut>where
Fut: Sync,
impl<F, Fut> Unpin for FallbackHandler<F, Fut>
impl<F, Fut> UnwindSafe for FallbackHandler<F, Fut>where
F: UnwindSafe,
Fut: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more