Enum p4_cmd::error::MessageLevel[][src]

pub enum MessageLevel {
    Error,
    Warning,
    Info,
    // some variants omitted
}

Variants

Trait Implementations

impl Debug for MessageLevel
[src]

Formats the value using the given formatter. Read more

impl Copy for MessageLevel
[src]

impl Clone for MessageLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MessageLevel
[src]

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

This method tests for !=.

impl Eq for MessageLevel
[src]

Auto Trait Implementations