Enum test::OutputFormat [] [src]

pub enum OutputFormat {
    Pretty,
    Terse,
    Json,
}
🔬 This is a nightly-only experimental API. (test)

Variants

🔬 This is a nightly-only experimental API. (test)
🔬 This is a nightly-only experimental API. (test)
🔬 This is a nightly-only experimental API. (test)

Trait Implementations

impl Copy for OutputFormat
[src]

impl Clone for OutputFormat
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for OutputFormat
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl PartialEq for OutputFormat
[src]
[+]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.

impl Eq for OutputFormat
[src]

Auto Trait Implementations

impl Send for OutputFormat

impl Sync for OutputFormat