pub struct WorkflowResultOptions {
pub poll_interval: Duration,
pub timeout: Duration,
}Fields§
§poll_interval: Duration§timeout: DurationTrait Implementations§
Source§impl Clone for WorkflowResultOptions
impl Clone for WorkflowResultOptions
Source§fn clone(&self) -> WorkflowResultOptions
fn clone(&self) -> WorkflowResultOptions
Returns a copy 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 WorkflowResultOptions
impl Debug for WorkflowResultOptions
Source§impl Default for WorkflowResultOptions
impl Default for WorkflowResultOptions
impl Copy for WorkflowResultOptions
Auto Trait Implementations§
impl Freeze for WorkflowResultOptions
impl RefUnwindSafe for WorkflowResultOptions
impl Send for WorkflowResultOptions
impl Sync for WorkflowResultOptions
impl Unpin for WorkflowResultOptions
impl UnwindSafe for WorkflowResultOptions
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