pub enum Show {
All,
Names,
Failed,
}Expand description
the different ways the command output can be displayed
Variants§
All
Display the names of the executed commands and their output.
Names
Display the names of the executed commands and only the output of failed commands.
Failed
Display only the names and output of failed commands.
Trait Implementations§
impl Copy for Show
impl Eq for Show
impl StructuralPartialEq for Show
Auto Trait Implementations§
impl Freeze for Show
impl RefUnwindSafe for Show
impl Send for Show
impl Sync for Show
impl Unpin for Show
impl UnsafeUnpin for Show
impl UnwindSafe for Show
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