pub struct RunWaitOptions {
pub timeout: Duration,
pub max_attempts: u32,
}Expand description
Optional parameters for RunsResource::wait.
Fields§
§timeout: DurationBounds the wait.
max_attempts: u32Caps reconnection attempts.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunWaitOptions
impl RefUnwindSafe for RunWaitOptions
impl Send for RunWaitOptions
impl Sync for RunWaitOptions
impl Unpin for RunWaitOptions
impl UnsafeUnpin for RunWaitOptions
impl UnwindSafe for RunWaitOptions
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