pub struct Prepared {
pub batches: Vec<StepBatch>,
pub artifact: Option<ArtifactRef>,
}Expand description
A scenario ready to execute.
Fields§
§batches: Vec<StepBatch>Engine batches in authored order.
artifact: Option<ArtifactRef>The emitted artifact (the hurl engine’s executed input, ADR-0010).
Auto Trait Implementations§
impl Freeze for Prepared
impl RefUnwindSafe for Prepared
impl Send for Prepared
impl Sync for Prepared
impl Unpin for Prepared
impl UnsafeUnpin for Prepared
impl UnwindSafe for Prepared
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