pub struct OutputPaths {
pub dir: PathBuf,
pub manifest: PathBuf,
pub artifact_sha256: PathBuf,
pub sigs_dir: PathBuf,
pub signature: PathBuf,
}Expand description
Where each emitted file lives under the output root.
Fields§
§dir: PathBuf§manifest: PathBuf§artifact_sha256: PathBuf§sigs_dir: PathBuf§signature: PathBufAuto Trait Implementations§
impl Freeze for OutputPaths
impl RefUnwindSafe for OutputPaths
impl Send for OutputPaths
impl Sync for OutputPaths
impl Unpin for OutputPaths
impl UnsafeUnpin for OutputPaths
impl UnwindSafe for OutputPaths
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