Struct tracing::level_filters::ParseLevelFilterError
source · pub struct ParseLevelFilterError(/* private fields */);
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
Auto Trait Implementations§
impl Freeze for ParseLevelFilterError
impl RefUnwindSafe for ParseLevelFilterError
impl Send for ParseLevelFilterError
impl Sync for ParseLevelFilterError
impl Unpin for ParseLevelFilterError
impl UnwindSafe for ParseLevelFilterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more