pub struct WaitForRunOptions {
pub last_event_id: Option<String>,
pub poll_interval: Duration,
pub timeout: Option<Duration>,
pub max_poll_attempts: Option<u32>,
}Fields§
§last_event_id: Option<String>§poll_interval: Duration§timeout: Option<Duration>§max_poll_attempts: Option<u32>Trait Implementations§
Source§impl Clone for WaitForRunOptions
impl Clone for WaitForRunOptions
Source§fn clone(&self) -> WaitForRunOptions
fn clone(&self) -> WaitForRunOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WaitForRunOptions
impl Debug for WaitForRunOptions
Auto Trait Implementations§
impl Freeze for WaitForRunOptions
impl RefUnwindSafe for WaitForRunOptions
impl Send for WaitForRunOptions
impl Sync for WaitForRunOptions
impl Unpin for WaitForRunOptions
impl UnsafeUnpin for WaitForRunOptions
impl UnwindSafe for WaitForRunOptions
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