pub struct DisplayErrorWithRetry<const RETRYABLE: bool>;
Trait Implementations§
Source§impl<Context, E, const RETRYABLE: bool> ErrorRaiser<Context, E> for DisplayErrorWithRetry<RETRYABLE>
impl<Context, E, const RETRYABLE: bool> ErrorRaiser<Context, E> for DisplayErrorWithRetry<RETRYABLE>
fn raise_error(e: E) -> Error
Auto Trait Implementations§
impl<const RETRYABLE: bool> Freeze for DisplayErrorWithRetry<RETRYABLE>
impl<const RETRYABLE: bool> RefUnwindSafe for DisplayErrorWithRetry<RETRYABLE>
impl<const RETRYABLE: bool> Send for DisplayErrorWithRetry<RETRYABLE>
impl<const RETRYABLE: bool> Sync for DisplayErrorWithRetry<RETRYABLE>
impl<const RETRYABLE: bool> Unpin for DisplayErrorWithRetry<RETRYABLE>
impl<const RETRYABLE: bool> UnwindSafe for DisplayErrorWithRetry<RETRYABLE>
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