pub struct RetryPolicyStats {
pub max_retries: u32,
pub retryable_codes_count: usize,
pub estimated_max_total_wait_sec: f64,
}Fields§
§max_retries: u32§retryable_codes_count: usize§estimated_max_total_wait_sec: f64Auto Trait Implementations§
impl Freeze for RetryPolicyStats
impl RefUnwindSafe for RetryPolicyStats
impl Send for RetryPolicyStats
impl Sync for RetryPolicyStats
impl Unpin for RetryPolicyStats
impl UnsafeUnpin for RetryPolicyStats
impl UnwindSafe for RetryPolicyStats
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