Enum wright::errors::ErrorLevel [] [src]

pub enum ErrorLevel {
    Warning,
    Error,
}

Enum for error levels.

Variants

Trait Implementations

impl Debug for ErrorLevel
[src]

[src]

Formats the value using the given formatter.

impl Copy for ErrorLevel
[src]

impl Clone for ErrorLevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for ErrorLevel
[src]

[src]

Formats the value using the given formatter. Read more