Struct log::LogLevel
[-]
[+]
[src]
pub struct LogLevel(pub u32);
Wraps the log level with fmt implementations.
pub struct LogLevel(pub u32);
Wraps the log level with fmt implementations.
impl Copy for LogLevel
impl String for LogLevel
impl Show for LogLevel
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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).