Struct log::LogLevelUnstable
[-] [+]
[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 Display for LogLevelimpl Debug for LogLevelimpl PartialOrd for LogLevelfn partial_cmp(&self, __arg_0: &LogLevel) -> Option<Ordering>fn lt(&self, __arg_0: &LogLevel) -> boolfn le(&self, __arg_0: &LogLevel) -> boolfn gt(&self, __arg_0: &LogLevel) -> boolfn ge(&self, __arg_0: &LogLevel) -> boolimpl PartialEq for LogLevelimpl Clone for LogLevelfn clone(&self) -> LogLevelfn clone_from(&mut self, source: &Self)impl Copy 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).