pub struct RetryPolicy {
pub max_retries: u32,
pub strategy: RetryStrategy,
}
Expand description
TODO : Unimplemented
Fields§
§max_retries: u32
§strategy: RetryStrategy
Implementations§
Source§impl RetryPolicy
impl RetryPolicy
Auto Trait Implementations§
impl Freeze for RetryPolicy
impl RefUnwindSafe for RetryPolicy
impl Send for RetryPolicy
impl Sync for RetryPolicy
impl Unpin for RetryPolicy
impl UnwindSafe for RetryPolicy
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