Enum test::OutputFormat
source · pub enum OutputFormat {
Pretty,
Terse,
Json,
Junit,
}
🔬This is a nightly-only experimental API. (
test
)Expand description
Format of the test results output
Variants§
Pretty
🔬This is a nightly-only experimental API. (
test
)Verbose output
Terse
🔬This is a nightly-only experimental API. (
test
)Quiet output
Json
🔬This is a nightly-only experimental API. (
test
)JSON output
Junit
🔬This is a nightly-only experimental API. (
test
)JUnit output
Trait Implementations§
source§impl Clone for OutputFormat
impl Clone for OutputFormat
source§fn clone(&self) -> OutputFormat
fn clone(&self) -> OutputFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OutputFormat
impl Debug for OutputFormat
source§impl Default for OutputFormat
impl Default for OutputFormat
source§fn default() -> OutputFormat
fn default() -> OutputFormat
Returns the “default value” for a type. Read more
source§impl PartialEq for OutputFormat
impl PartialEq for OutputFormat
source§fn eq(&self, other: &OutputFormat) -> bool
fn eq(&self, other: &OutputFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OutputFormat
impl Eq for OutputFormat
impl StructuralPartialEq for OutputFormat
Auto Trait Implementations§
impl RefUnwindSafe for OutputFormat
impl Send for OutputFormat
impl Sync for OutputFormat
impl Unpin for OutputFormat
impl UnwindSafe for OutputFormat
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