Enum cheddar::Level [] [src]

pub enum Level {
    Bug,
    Fatal,
    Error,
    Warning,
    Note,
    Help,
}

Variants

BugFatalErrorWarningNoteHelp

Trait Implementations

impl Debug for Level

fn fmt(&self, __arg_0: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Clone for Level

fn clone(&self) -> Level

impl PartialEq<Level> for Level

fn eq(&self, __arg_0: &Level) -> bool

impl Copy for Level

impl Display for Level

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.