Enum env_logger::WriteStyle
source · 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§
source§impl Clone for WriteStyle
impl Clone for WriteStyle
source§fn clone(&self) -> WriteStyle
fn clone(&self) -> WriteStyle
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 more