pub struct CommandContext {
pub command: Vec<String>,
pub abort_on_failure: bool,
}Fields§
§command: Vec<String>§abort_on_failure: boolTrait Implementations§
Source§impl Context for CommandContext
impl Context for CommandContext
type Output = CommandCaptured
fn run(&self, _params: &RuntimeParams) -> CoreResult<Self::Output>
Auto Trait Implementations§
impl Freeze for CommandContext
impl RefUnwindSafe for CommandContext
impl Send for CommandContext
impl Sync for CommandContext
impl Unpin for CommandContext
impl UnwindSafe for CommandContext
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