enum HookVariety {
PreCommit,
PrePush,
}Variants§
Trait Implementations§
Source§impl Clone for HookVariety
impl Clone for HookVariety
Source§fn clone(&self) -> HookVariety
fn clone(&self) -> HookVariety
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ValueEnum for HookVariety
impl ValueEnum for HookVariety
Auto Trait Implementations§
impl Freeze for HookVariety
impl RefUnwindSafe for HookVariety
impl Send for HookVariety
impl Sync for HookVariety
impl Unpin for HookVariety
impl UnsafeUnpin for HookVariety
impl UnwindSafe for HookVariety
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