Struct log::ParseLevelError
[−]
[src]
pub struct ParseLevelError(_);
The type returned by from_str
when the string doesn't match any of the log levels.
Trait Implementations
impl Debug for ParseLevelError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for ParseLevelError
[src]
fn eq(&self, __arg_0: &ParseLevelError) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ParseLevelError) -> bool
[src]
This method tests for !=
.
impl Display for ParseLevelError
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more