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
impl Copy for OutputFormat
impl Eq for OutputFormat
impl StructuralPartialEq for OutputFormat
Auto Trait Implementationsยง
impl Freeze for OutputFormat
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