pub struct RunLayout {
pub output_root: PathBuf,
pub run_dir: PathBuf,
pub run_name: String,
pub artifact_manifest_path: PathBuf,
pub pdf_bundle_path: PathBuf,
pub zip_bundle_path: PathBuf,
}Fields§
§output_root: PathBuf§run_dir: PathBuf§run_name: String§artifact_manifest_path: PathBuf§pdf_bundle_path: PathBuf§zip_bundle_path: PathBufTrait Implementations§
impl Eq for RunLayout
impl StructuralPartialEq for RunLayout
Auto Trait Implementations§
impl Freeze for RunLayout
impl RefUnwindSafe for RunLayout
impl Send for RunLayout
impl Sync for RunLayout
impl Unpin for RunLayout
impl UnsafeUnpin for RunLayout
impl UnwindSafe for RunLayout
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.