Enum term_transcript::test::TestOutputConfig [−][src]
#[non_exhaustive]
pub enum TestOutputConfig {
Quiet,
Normal,
Verbose,
}This is supported on crate feature
test only.Expand description
Configuration of output produced during testing.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Quiet
Do not output anything.
Normal
Output normal amount of details.
Verbose
Output more details.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TestOutputConfig
impl Send for TestOutputConfig
impl Sync for TestOutputConfig
impl Unpin for TestOutputConfig
impl UnwindSafe for TestOutputConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
