pub struct WorkflowRedriveResult {
pub workflow_id: String,
pub source_run_id: String,
pub run_id: String,
pub resume_step_sequence: u64,
pub raw: Value,
}Expand description
A new run continuing a failed run from its recorded activity boundary.
Fields§
§workflow_id: String§source_run_id: String§run_id: String§resume_step_sequence: u64§raw: ValueTrait Implementations§
Source§impl Clone for WorkflowRedriveResult
impl Clone for WorkflowRedriveResult
Source§impl Debug for WorkflowRedriveResult
impl Debug for WorkflowRedriveResult
Source§impl PartialEq for WorkflowRedriveResult
impl PartialEq for WorkflowRedriveResult
impl StructuralPartialEq for WorkflowRedriveResult
Auto Trait Implementations§
impl Freeze for WorkflowRedriveResult
impl RefUnwindSafe for WorkflowRedriveResult
impl Send for WorkflowRedriveResult
impl Sync for WorkflowRedriveResult
impl Unpin for WorkflowRedriveResult
impl UnsafeUnpin for WorkflowRedriveResult
impl UnwindSafe for WorkflowRedriveResult
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