pub struct CommandHook {
pub config: CommandHookConfig,
pub command: Vec<String>,
pub abort_on_failure: bool,
}Fields§
§config: CommandHookConfig§command: Vec<String>§abort_on_failure: boolTrait Implementations§
Source§impl Debug for CommandHook
impl Debug for CommandHook
Source§impl Hook for CommandHook
impl Hook for CommandHook
Auto Trait Implementations§
impl Freeze for CommandHook
impl RefUnwindSafe for CommandHook
impl Send for CommandHook
impl Sync for CommandHook
impl Unpin for CommandHook
impl UnwindSafe for CommandHook
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