struct BootstrapArtifacts {
staging_dir: PathBuf,
sevenzr_path: PathBuf,
installer_path: PathBuf,
committed: bool,
}Fields§
§staging_dir: PathBuf§sevenzr_path: PathBuf§installer_path: PathBuf§committed: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BootstrapArtifacts
impl RefUnwindSafe for BootstrapArtifacts
impl Send for BootstrapArtifacts
impl Sync for BootstrapArtifacts
impl Unpin for BootstrapArtifacts
impl UnwindSafe for BootstrapArtifacts
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