pub struct JobReport {
pub job_name: String,
pub output_path: Utf8PathBuf,
pub outcome: WriteOutcome,
pub hook_reports: Vec<HookReport>,
}Fields§
§job_name: String§output_path: Utf8PathBuf§outcome: WriteOutcome§hook_reports: Vec<HookReport>Trait Implementations§
impl Eq for JobReport
impl StructuralPartialEq for JobReport
Auto Trait Implementations§
impl Freeze for JobReport
impl RefUnwindSafe for JobReport
impl Send for JobReport
impl Sync for JobReport
impl Unpin for JobReport
impl UnsafeUnpin for JobReport
impl UnwindSafe for JobReport
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