Enum test::OutputFormat [−][src]
pub enum OutputFormat { Pretty, Terse, Json, }
🔬 This is a nightly-only experimental API. (
test
)Variants
Pretty
🔬 This is a nightly-only experimental API. (
test
)Terse
🔬 This is a nightly-only experimental API. (
test
)Json
🔬 This is a nightly-only experimental API. (
test
)Trait Implementations
impl Copy for OutputFormat
[src]
impl Copy for OutputFormat
impl Clone for OutputFormat
[src]
impl Clone for OutputFormat
fn clone(&self) -> OutputFormat
[src]
fn clone(&self) -> OutputFormat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for OutputFormat
[src]
impl Debug for OutputFormat
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for OutputFormat
[src]
impl PartialEq for OutputFormat
fn eq(&self, other: &OutputFormat) -> bool
[src]
fn eq(&self, other: &OutputFormat) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for OutputFormat
[src]
impl Eq for OutputFormat
Auto Trait Implementations
impl Send for OutputFormat
impl Send for OutputFormat
impl Sync for OutputFormat
impl Sync for OutputFormat