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 ParseLevelErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ParseLevelError[src]
impl PartialEq for ParseLevelErrorfn eq(&self, other: &ParseLevelError) -> bool[src]
fn eq(&self, other: &ParseLevelError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ParseLevelError) -> bool[src]
fn ne(&self, other: &ParseLevelError) -> boolThis method tests for !=.
impl Display for ParseLevelError[src]
impl Display for ParseLevelErrorAuto Trait Implementations
impl Send for ParseLevelError
impl Send for ParseLevelErrorimpl Sync for ParseLevelError
impl Sync for ParseLevelError