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