pub struct RunnerReport {
pub binary: PathBuf,
pub pack_path: PathBuf,
pub snapshot: RunnerSnapshot,
}Expand description
Report returned after running the smoke test.
Fields§
§binary: PathBuf§pack_path: PathBuf§snapshot: RunnerSnapshotTrait Implementations§
Source§impl Clone for RunnerReport
impl Clone for RunnerReport
Source§fn clone(&self) -> RunnerReport
fn clone(&self) -> RunnerReport
Returns a duplicate of the value. Read more
1.0.0 · 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 RunnerReport
impl RefUnwindSafe for RunnerReport
impl Send for RunnerReport
impl Sync for RunnerReport
impl Unpin for RunnerReport
impl UnwindSafe for RunnerReport
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