pub enum RunnerArg {
PreCommit,
Prek,
Lefthook,
Hk,
}Variants§
Trait Implementations§
impl Copy for RunnerArg
Auto Trait Implementations§
impl Freeze for RunnerArg
impl RefUnwindSafe for RunnerArg
impl Send for RunnerArg
impl Sync for RunnerArg
impl Unpin for RunnerArg
impl UnsafeUnpin for RunnerArg
impl UnwindSafe for RunnerArg
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