Enum term_transcript::test::TestOutputConfig
source · #[non_exhaustive]
pub enum TestOutputConfig {
Quiet,
Normal,
Verbose,
}
Available 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.
Trait Implementations§
source§impl Clone for TestOutputConfig
impl Clone for TestOutputConfig
source§fn clone(&self) -> TestOutputConfig
fn clone(&self) -> TestOutputConfig
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 TestOutputConfig
impl Debug for TestOutputConfig
source§impl Default for TestOutputConfig
impl Default for TestOutputConfig
source§impl Hash for TestOutputConfig
impl Hash for TestOutputConfig
source§impl PartialEq<TestOutputConfig> for TestOutputConfig
impl PartialEq<TestOutputConfig> for TestOutputConfig
source§fn eq(&self, other: &TestOutputConfig) -> bool
fn eq(&self, other: &TestOutputConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.