pub struct InstallResult {
pub agent: String,
pub config_path: PathBuf,
pub status: InstallStatus,
}Expand description
Result of a hook installation attempt.
Fields§
§agent: String§config_path: PathBuf§status: InstallStatusTrait Implementations§
Source§impl Debug for InstallResult
impl Debug for InstallResult
Auto Trait Implementations§
impl Freeze for InstallResult
impl RefUnwindSafe for InstallResult
impl Send for InstallResult
impl Sync for InstallResult
impl Unpin for InstallResult
impl UnsafeUnpin for InstallResult
impl UnwindSafe for InstallResult
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