pub struct InstallPreview {
target: ResolvedInstallTarget,
inspection: InstallTargetInspection,
ignore_checksum_security: bool,
}Expand description
A read-only install preview.
Fields§
§target: ResolvedInstallTarget§inspection: InstallTargetInspection§ignore_checksum_security: boolAuto Trait Implementations§
impl Freeze for InstallPreview
impl RefUnwindSafe for InstallPreview
impl Send for InstallPreview
impl Sync for InstallPreview
impl Unpin for InstallPreview
impl UnwindSafe for InstallPreview
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