pub struct RetryError<E> { /* private fields */ }Expand description
Error wrapper that can carry a source error or a timeout.
Implementations§
Source§impl<E> RetryError<E>
impl<E> RetryError<E>
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for RetryError<E>
impl<E> RefUnwindSafe for RetryError<E>where
Option<E>: RefUnwindSafe,
impl<E> Send for RetryError<E>
impl<E> Sync for RetryError<E>
impl<E> Unpin for RetryError<E>
impl<E> UnsafeUnpin for RetryError<E>where
Option<E>: UnsafeUnpin,
impl<E> UnwindSafe for RetryError<E>where
Option<E>: 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