pub struct HookInstallResult {
pub entries: Vec<HookEntryStatus>,
}Expand description
The result of a successful install_hooks call.
Fields§
§entries: Vec<HookEntryStatus>Per-hook-event status showing whether the entry was added or replaced.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HookInstallResult
impl RefUnwindSafe for HookInstallResult
impl Send for HookInstallResult
impl Sync for HookInstallResult
impl Unpin for HookInstallResult
impl UnsafeUnpin for HookInstallResult
impl UnwindSafe for HookInstallResult
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