pub struct Workflow { /* private fields */ }Expand description
A compiled Workflow DAG with field-level data mapping.
Nodes are grouped into topological levels and run in parallel within each level. Each node receives a JSON object assembled by applying field mappings from its predecessors’ outputs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Workflow
impl !RefUnwindSafe for Workflow
impl Send for Workflow
impl Sync for Workflow
impl Unpin for Workflow
impl UnsafeUnpin for Workflow
impl !UnwindSafe for Workflow
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