pub struct HarnessReplayOutput {
pub fixture: HarnessFixture,
pub status: HarnessExpectedStatus,
pub receipt: Receipt,
pub step_receipts: Vec<Receipt>,
pub steps: Vec<StepRun>,
pub skill_output: Option<SkillOutput>,
}Fields§
§fixture: HarnessFixture§status: HarnessExpectedStatus§receipt: Receipt§step_receipts: Vec<Receipt>§steps: Vec<StepRun>§skill_output: Option<SkillOutput>Trait Implementations§
Source§impl Clone for HarnessReplayOutput
impl Clone for HarnessReplayOutput
Source§fn clone(&self) -> HarnessReplayOutput
fn clone(&self) -> HarnessReplayOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HarnessReplayOutput
impl RefUnwindSafe for HarnessReplayOutput
impl Send for HarnessReplayOutput
impl Sync for HarnessReplayOutput
impl Unpin for HarnessReplayOutput
impl UnsafeUnpin for HarnessReplayOutput
impl UnwindSafe for HarnessReplayOutput
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