pub struct RunArgs {
pub commands: Vec<String>,
pub error_on_output: bool,
pub show: Show,
}Expand description
named arguments for the run function
Fields§
§commands: Vec<String>the commands to run
error_on_output: boolwhether to error if any command produces output
show: Showwhich output to show
Trait Implementations§
impl Eq for RunArgs
impl StructuralPartialEq for RunArgs
Auto Trait Implementations§
impl Freeze for RunArgs
impl RefUnwindSafe for RunArgs
impl Send for RunArgs
impl Sync for RunArgs
impl Unpin for RunArgs
impl UnsafeUnpin for RunArgs
impl UnwindSafe for RunArgs
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