pub struct VariableAggregatorNode;Expand description
Variable aggregator node (Dify-compatible).
Trait Implementations§
Source§impl Node for VariableAggregatorNode
impl Node for VariableAggregatorNode
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 VariableAggregatorNode
impl RefUnwindSafe for VariableAggregatorNode
impl Send for VariableAggregatorNode
impl Sync for VariableAggregatorNode
impl Unpin for VariableAggregatorNode
impl UnsafeUnpin for VariableAggregatorNode
impl UnwindSafe for VariableAggregatorNode
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