pub struct DefaultRetryHandler;Expand description
Default retry handler that appends a simple error correction message.
Trait Implementations§
Source§impl Clone for DefaultRetryHandler
impl Clone for DefaultRetryHandler
Source§fn clone(&self) -> DefaultRetryHandler
fn clone(&self) -> DefaultRetryHandler
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultRetryHandler
impl Debug for DefaultRetryHandler
Source§impl Default for DefaultRetryHandler
impl Default for DefaultRetryHandler
Source§fn default() -> DefaultRetryHandler
fn default() -> DefaultRetryHandler
Returns the “default value” for a type. Read more
Source§impl RetryHandler for DefaultRetryHandler
impl RetryHandler for DefaultRetryHandler
impl Copy for DefaultRetryHandler
Auto Trait Implementations§
impl Freeze for DefaultRetryHandler
impl RefUnwindSafe for DefaultRetryHandler
impl Send for DefaultRetryHandler
impl Sync for DefaultRetryHandler
impl Unpin for DefaultRetryHandler
impl UnwindSafe for DefaultRetryHandler
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