pub struct SubFlowNode;Trait Implementations§
Source§impl Node for SubFlowNode
impl Node for SubFlowNode
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 SubFlowNode
impl RefUnwindSafe for SubFlowNode
impl Send for SubFlowNode
impl Sync for SubFlowNode
impl Unpin for SubFlowNode
impl UnsafeUnpin for SubFlowNode
impl UnwindSafe for SubFlowNode
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