pub struct RetryConfigArgs<'a> {
pub max_attempts: i32,
pub backoff: Option<WIPOffset<&'a str>>,
}Fields§
§max_attempts: i32§backoff: Option<WIPOffset<&'a str>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RetryConfigArgs<'a>
impl<'a> RefUnwindSafe for RetryConfigArgs<'a>
impl<'a> Send for RetryConfigArgs<'a>
impl<'a> Sync for RetryConfigArgs<'a>
impl<'a> Unpin for RetryConfigArgs<'a>
impl<'a> UnsafeUnpin for RetryConfigArgs<'a>
impl<'a> UnwindSafe for RetryConfigArgs<'a>
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