pub struct IterationNode;Expand description
Iteration node — runs a sub-flow for each element of an array (Dify-compatible).
Trait Implementations§
Source§impl Node for IterationNode
impl Node for IterationNode
Source§fn node_type(&self) -> &str
fn node_type(&self) -> &str
The node type identifier matched against the
"type" field in the
flow definition and looked up in NodeRegistry.Auto Trait Implementations§
impl Freeze for IterationNode
impl RefUnwindSafe for IterationNode
impl Send for IterationNode
impl Sync for IterationNode
impl Unpin for IterationNode
impl UnsafeUnpin for IterationNode
impl UnwindSafe for IterationNode
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