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