pub struct CodexInstallReport {
pub report: InstallReport,
pub warnings: Vec<HookWarning>,
}Expand description
Result of a CodexSurface::install_detailed call. Bundles the
standard InstallReport with the per-hook warnings collected
during install.
Fields§
§report: InstallReport§warnings: Vec<HookWarning>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodexInstallReport
impl RefUnwindSafe for CodexInstallReport
impl Send for CodexInstallReport
impl Sync for CodexInstallReport
impl Unpin for CodexInstallReport
impl UnsafeUnpin for CodexInstallReport
impl UnwindSafe for CodexInstallReport
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