pub struct ShellCommandHook { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl PostHook for ShellCommandHook
impl PostHook for ShellCommandHook
Source§impl PreHook for ShellCommandHook
impl PreHook for ShellCommandHook
fn name(&self) -> &'static str
fn call<'a>( &'a self, ctx: &'a HookContext, ) -> HookFuture<'a, Result<HookAction, HookIssue>>
Auto Trait Implementations§
impl Freeze for ShellCommandHook
impl RefUnwindSafe for ShellCommandHook
impl Send for ShellCommandHook
impl Sync for ShellCommandHook
impl Unpin for ShellCommandHook
impl UnsafeUnpin for ShellCommandHook
impl UnwindSafe for ShellCommandHook
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