pub struct PublicArtifactPaths {
pub evaluation_results_path: PathBuf,
pub demo_output_path: PathBuf,
pub sensitivity_sweep_path: PathBuf,
pub generated_docs_dir: PathBuf,
pub generated_paper_dir: PathBuf,
}Expand description
Paths written by the public-artifact regeneration workflow.
Fields§
§evaluation_results_path: PathBufFull evaluation report.
demo_output_path: PathBufDemo output report.
sensitivity_sweep_path: PathBufSensitivity sweep CSV.
generated_docs_dir: PathBufGenerated docs directory.
generated_paper_dir: PathBufGenerated paper directory.
Trait Implementations§
Source§impl Clone for PublicArtifactPaths
impl Clone for PublicArtifactPaths
Source§fn clone(&self) -> PublicArtifactPaths
fn clone(&self) -> PublicArtifactPaths
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 PublicArtifactPaths
impl RefUnwindSafe for PublicArtifactPaths
impl Send for PublicArtifactPaths
impl Sync for PublicArtifactPaths
impl Unpin for PublicArtifactPaths
impl UnsafeUnpin for PublicArtifactPaths
impl UnwindSafe for PublicArtifactPaths
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