pub struct ShellHookRunner;Expand description
Default hook runner that executes commands via the system shell.
Trait Implementations§
Source§impl HookRunner for ShellHookRunner
impl HookRunner for ShellHookRunner
fn run( &self, hooks: &[HookCommand], ctx: &HookContext, ) -> Result<(), ReleaseError>
Auto Trait Implementations§
impl Freeze for ShellHookRunner
impl RefUnwindSafe for ShellHookRunner
impl Send for ShellHookRunner
impl Sync for ShellHookRunner
impl Unpin for ShellHookRunner
impl UnwindSafe for ShellHookRunner
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