Enum test::OutputFormat [−][src]
pub enum OutputFormat {
Pretty,
Terse,
Json,
}🔬 This is a nightly-only experimental API. (
test)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
Trait Implementations
impl Clone for OutputFormat[src]
impl Clone for OutputFormat[src]fn clone(&self) -> OutputFormat[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for OutputFormat[src]
impl Copy for OutputFormat[src]impl Eq for OutputFormat[src]
impl Eq for OutputFormat[src]impl PartialEq<OutputFormat> for OutputFormat[src]
impl PartialEq<OutputFormat> for OutputFormat[src]impl StructuralEq for OutputFormat[src]
impl StructuralEq for OutputFormat[src]impl StructuralPartialEq for OutputFormat[src]
impl StructuralPartialEq for OutputFormat[src]Auto Trait Implementations
impl RefUnwindSafe for OutputFormat
impl RefUnwindSafe for OutputFormatimpl Send for OutputFormat
impl Send for OutputFormatimpl Sync for OutputFormat
impl Sync for OutputFormatimpl Unpin for OutputFormat
impl Unpin for OutputFormatimpl UnwindSafe for OutputFormat
impl UnwindSafe for OutputFormat