pub struct ResolutionResult {
pub manifest: BundleManifest,
pub destination: PathBuf,
}Expand description
Explicit resolution outcome. Installation does not activate executable content.
Fields§
§manifest: BundleManifestValidated manifest installed into the inactive destination.
destination: PathBufDestination that remains inactive until normal lifecycle admission.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolutionResult
impl RefUnwindSafe for ResolutionResult
impl Send for ResolutionResult
impl Sync for ResolutionResult
impl Unpin for ResolutionResult
impl UnsafeUnpin for ResolutionResult
impl UnwindSafe for ResolutionResult
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