Enum env_logger::fmt::WriteStyle [] [src]

pub enum WriteStyle {
    Auto,
    Always,
    Never,
}

Whether or not to print styles to the target.

Variants

Try to print styles, but don't force the issue.

Try very hard to print styles.

Never print styles.

Trait Implementations

impl Clone for WriteStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WriteStyle
[src]

impl Debug for WriteStyle
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for WriteStyle
[src]

impl Hash for WriteStyle
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for WriteStyle
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Default for WriteStyle
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for WriteStyle

impl Sync for WriteStyle