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 LogLevel
impl Debug 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
impl Clone for LogLevel
fn clone(&self) -> LogLevel
fn 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
).