Struct log::LogLevel [-]  [+] [src]

pub struct LogLevel(pub u32);

Wraps the log level with fmt implementations.

Trait Implementations

impl Copy for LogLevel

impl String for LogLevel

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

Derived Implementations

impl Show for LogLevel

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

impl PartialOrd for LogLevel

fn partial_cmp(&self, __arg_0: &LogLevel) -> Option<Ordering>

fn lt(&self, __arg_0: &LogLevel) -> bool

fn le(&self, __arg_0: &LogLevel) -> bool

fn gt(&self, __arg_0: &LogLevel) -> bool

fn ge(&self, __arg_0: &LogLevel) -> bool

impl PartialEq for LogLevel

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

fn ne(&self, __arg_0: &LogLevel) -> bool