pub struct WorkflowReplayExecutor { /* private fields */ }Implementations§
Source§impl WorkflowReplayExecutor
impl WorkflowReplayExecutor
pub fn new(trace: WorkflowReplayTrace) -> Self
pub fn with_options(trace: WorkflowReplayTrace, options: ReplayOptions) -> Self
pub fn run( &mut self, spec: &WorkflowSpec, ) -> Result<WorkflowExecution, WorkflowReplayError>
Trait Implementations§
Source§impl Clone for WorkflowReplayExecutor
impl Clone for WorkflowReplayExecutor
Source§fn clone(&self) -> WorkflowReplayExecutor
fn clone(&self) -> WorkflowReplayExecutor
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 moreAuto Trait Implementations§
impl Freeze for WorkflowReplayExecutor
impl RefUnwindSafe for WorkflowReplayExecutor
impl Send for WorkflowReplayExecutor
impl Sync for WorkflowReplayExecutor
impl Unpin for WorkflowReplayExecutor
impl UnsafeUnpin for WorkflowReplayExecutor
impl UnwindSafe for WorkflowReplayExecutor
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