pub struct ExprContext {
pub input: Value,
pub steps: HashMap<String, StepResult>,
}Expand description
Evaluation context holding pipeline state.
Fields§
§input: Value§steps: HashMap<String, StepResult>Implementations§
Auto Trait Implementations§
impl Freeze for ExprContext
impl RefUnwindSafe for ExprContext
impl Send for ExprContext
impl Sync for ExprContext
impl Unpin for ExprContext
impl UnsafeUnpin for ExprContext
impl UnwindSafe for ExprContext
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