pub struct ReportMetadataConfig<'a> {
pub case_name: &'a str,
pub out_path: Option<&'a str>,
pub project_root: Option<&'a str>,
pub report_dir_env: &'a str,
pub invocation_dir: &'a Path,
}Fields§
§case_name: &'a str§out_path: Option<&'a str>§project_root: Option<&'a str>§report_dir_env: &'a str§invocation_dir: &'a PathAuto Trait Implementations§
impl<'a> Freeze for ReportMetadataConfig<'a>
impl<'a> RefUnwindSafe for ReportMetadataConfig<'a>
impl<'a> Send for ReportMetadataConfig<'a>
impl<'a> Sync for ReportMetadataConfig<'a>
impl<'a> Unpin for ReportMetadataConfig<'a>
impl<'a> UnsafeUnpin for ReportMetadataConfig<'a>
impl<'a> UnwindSafe for ReportMetadataConfig<'a>
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