pub struct DefaultRetryableStrategy;
Expand description
The default RetryableStrategy
for RetryTransientMiddleware
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultRetryableStrategy
impl RefUnwindSafe for DefaultRetryableStrategy
impl Send for DefaultRetryableStrategy
impl Sync for DefaultRetryableStrategy
impl Unpin for DefaultRetryableStrategy
impl UnwindSafe for DefaultRetryableStrategy
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