pub struct PipelineOutput {
pub results: Vec<StepResult>,
pub variables: FxHashMap<String, Value>,
}Fields§
§results: Vec<StepResult>§variables: FxHashMap<String, Value>Trait Implementations§
Source§impl Debug for PipelineOutput
impl Debug for PipelineOutput
Auto Trait Implementations§
impl Freeze for PipelineOutput
impl RefUnwindSafe for PipelineOutput
impl Send for PipelineOutput
impl Sync for PipelineOutput
impl Unpin for PipelineOutput
impl UnwindSafe for PipelineOutput
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