pub struct InstallReport {
pub hooks_dir: PathBuf,
pub pre_commit: HookInstallOutcome,
pub pre_push: HookInstallOutcome,
}Expand description
Result of an install / uninstall pass over both hook files.
Fields§
§hooks_dir: PathBuf§pre_commit: HookInstallOutcome§pre_push: HookInstallOutcomeTrait Implementations§
Auto Trait Implementations§
impl Freeze for InstallReport
impl RefUnwindSafe for InstallReport
impl Send for InstallReport
impl Sync for InstallReport
impl Unpin for InstallReport
impl UnsafeUnpin for InstallReport
impl UnwindSafe for InstallReport
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