pub struct RunOutputs {
pub out_dir: PathBuf,
pub packet_md: PathBuf,
pub workstreams_yaml: PathBuf,
pub ledger_events_jsonl: PathBuf,
pub coverage_manifest_json: PathBuf,
pub bundle_manifest_json: PathBuf,
pub zip_path: Option<PathBuf>,
}Fields§
§out_dir: PathBuf§packet_md: PathBuf§workstreams_yaml: PathBuf§ledger_events_jsonl: PathBuf§coverage_manifest_json: PathBuf§bundle_manifest_json: PathBuf§zip_path: Option<PathBuf>Auto Trait Implementations§
impl Freeze for RunOutputs
impl RefUnwindSafe for RunOutputs
impl Send for RunOutputs
impl Sync for RunOutputs
impl Unpin for RunOutputs
impl UnsafeUnpin for RunOutputs
impl UnwindSafe for RunOutputs
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