Enum env_logger::WriteStyle [−][src]
pub enum WriteStyle {
Auto,
Always,
Never,
}
Expand description
Whether or not to print styles to the target.
Variants
Auto
Try to print styles, but don’t force the issue.
Always
Try very hard to print styles.
Never
Never print styles.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WriteStyle
impl Send for WriteStyle
impl Sync for WriteStyle
impl Unpin for WriteStyle
impl UnwindSafe for WriteStyle
Blanket Implementations
Mutably borrows from an owned value. Read more