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]
impl Debug for ParseLevelError
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for ParseLevelError
[src]
impl PartialEq for ParseLevelError
fn eq(&self, __arg_0: &ParseLevelError) -> bool
[src]
fn eq(&self, __arg_0: &ParseLevelError) -> bool
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]
fn ne(&self, __arg_0: &ParseLevelError) -> bool
This method tests for !=
.
impl Display for ParseLevelError
[src]
impl Display for ParseLevelError
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for ParseLevelError
[src]
impl Error for ParseLevelError
Auto Trait Implementations
impl Send for ParseLevelError
impl Send for ParseLevelError
impl Sync for ParseLevelError
impl Sync for ParseLevelError