pub struct WorkflowEngine { /* private fields */ }Expand description
Workflow execution engine.
Implementations§
Source§impl WorkflowEngine
impl WorkflowEngine
Sourcepub const fn with_max_iterations(self, max: usize) -> Self
pub const fn with_max_iterations(self, max: usize) -> Self
Set maximum iterations (cycle protection).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkflowEngine
impl RefUnwindSafe for WorkflowEngine
impl Send for WorkflowEngine
impl Sync for WorkflowEngine
impl Unpin for WorkflowEngine
impl UnwindSafe for WorkflowEngine
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