Enum test::OutputFormat [−][src]
pub enum OutputFormat {
Pretty,
Terse,
Json,
Junit,
}🔬 This is a nightly-only experimental API. (
test)Expand description
Format of the test results output
Variants
🔬 This is a nightly-only experimental API. (
test)Verbose output
🔬 This is a nightly-only experimental API. (
test)Quiet output
🔬 This is a nightly-only experimental API. (
test)JSON output
🔬 This is a nightly-only experimental API. (
test)JUnit output
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OutputFormatimpl Send for OutputFormatimpl Sync for OutputFormatimpl Unpin for OutputFormatimpl UnwindSafe for OutputFormatBlanket Implementations
Mutably borrows from an owned value. Read more