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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WorkflowResultOptions
Source§impl Debug for WorkflowResultOptions
impl Debug 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 UnsafeUnpin 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