pub struct UnknownLogLevelError { /* private fields */ }
Expand description
An error that is produced when encountering an unknown log level value.
Trait Implementations§
Source§impl Debug for UnknownLogLevelError
impl Debug for UnknownLogLevelError
Source§impl Display for UnknownLogLevelError
impl Display for UnknownLogLevelError
Source§impl Error for UnknownLogLevelError
impl Error for UnknownLogLevelError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
Auto Trait Implementations§
impl Freeze for UnknownLogLevelError
impl RefUnwindSafe for UnknownLogLevelError
impl Send for UnknownLogLevelError
impl Sync for UnknownLogLevelError
impl Unpin for UnknownLogLevelError
impl UnwindSafe for UnknownLogLevelError
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