pub struct RetryOptions {
pub retry_timeout: Option<Duration>,
pub initial_backoff: Duration,
pub max_backoff: Duration,
}Fields§
§retry_timeout: Option<Duration>§initial_backoff: Duration§max_backoff: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for RetryOptions
impl RefUnwindSafe for RetryOptions
impl Send for RetryOptions
impl Sync for RetryOptions
impl Unpin for RetryOptions
impl UnwindSafe for RetryOptions
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