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

pub struct LogLevel(pub u32);

Wraps the log level with fmt implementations.

Trait Implementations

impl Display for LogLevel

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

Derived Implementations

impl Debug 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

impl Clone for LogLevel

fn clone(&self) -> LogLevel

fn clone_from(&mut self, source: &Self)

impl Copy for LogLevel