Struct nextest_metadata::ListCommand [−][src]
pub struct ListCommand { /* fields omitted */ }
Expand description
Command builder for cargo nextest list
.
Implementations
Path to cargo
executable. If not set, this will use the the $CARGO
environment variable, and
if that is not set, will simply be cargo
.
Path to Cargo.toml
.
Current directory of the cargo nextest list
process.
Adds an argument to the end of cargo nextest list
.
Adds several arguments to the end of cargo nextest list
.
Builds a command for cargo nextest list
. This is the first part of the work of [self.exec
].
Executes cargo nextest list
and parses the output into a TestListSummary
.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ListCommand
impl Send for ListCommand
impl Sync for ListCommand
impl Unpin for ListCommand
impl UnwindSafe for ListCommand
Blanket Implementations
Mutably borrows from an owned value. Read more