Struct tracing_subscriber::filter::LevelParseError
source · pub struct LevelParseError(_);
Expand description
Indicates that a string could not be parsed to a valid level.
Trait Implementations§
source§impl Clone for ParseLevelFilterError
impl Clone for ParseLevelFilterError
source§fn clone(&self) -> ParseLevelFilterError
fn clone(&self) -> ParseLevelFilterError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ParseLevelFilterError
impl Debug for ParseLevelFilterError
source§impl Display for ParseLevelFilterError
impl Display for ParseLevelFilterError
source§impl Error for ParseLevelFilterError
impl Error for ParseLevelFilterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<ParseLevelFilterError> for ParseError
impl From<ParseLevelFilterError> for ParseError
source§fn from(l: ParseError) -> Self
fn from(l: ParseError) -> Self
Converts to this type from the input type.