pub struct GitHook {
pub config: GitHookConfig,
pub name: String,
pub working_dir: PathBuf,
pub allow_dirty: bool,
}Fields§
§config: GitHookConfig§name: String§working_dir: PathBuf§allow_dirty: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for GitHook
impl RefUnwindSafe for GitHook
impl Send for GitHook
impl Sync for GitHook
impl Unpin for GitHook
impl UnwindSafe for GitHook
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