pub struct RunPaths {
pub run_dir: PathBuf,
pub report_path: PathBuf,
pub stdout_path: PathBuf,
pub stderr_path: PathBuf,
}Fields§
§run_dir: PathBuf§report_path: PathBuf§stdout_path: PathBuf§stderr_path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for RunPaths
impl RefUnwindSafe for RunPaths
impl Send for RunPaths
impl Sync for RunPaths
impl Unpin for RunPaths
impl UnsafeUnpin for RunPaths
impl UnwindSafe for RunPaths
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