pub struct CommandHookRunner { /* private fields */ }Expand description
Reference HookRunner backed by a list of HookSpecs.
Implementations§
Trait Implementations§
Source§impl Debug for CommandHookRunner
impl Debug for CommandHookRunner
Source§impl HookRunner for CommandHookRunner
impl HookRunner for CommandHookRunner
Auto Trait Implementations§
impl Freeze for CommandHookRunner
impl RefUnwindSafe for CommandHookRunner
impl Send for CommandHookRunner
impl Sync for CommandHookRunner
impl Unpin for CommandHookRunner
impl UnsafeUnpin for CommandHookRunner
impl UnwindSafe for CommandHookRunner
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