pub struct ContextSetNode;Expand description
Context-set node — writes key-value pairs into the shared execution context.
Trait Implementations§
Source§impl Node for ContextSetNode
impl Node for ContextSetNode
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 ContextSetNode
impl RefUnwindSafe for ContextSetNode
impl Send for ContextSetNode
impl Sync for ContextSetNode
impl Unpin for ContextSetNode
impl UnsafeUnpin for ContextSetNode
impl UnwindSafe for ContextSetNode
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