pub enum LogsError {
Level(ParseLevelError),
Env(VarError),
}Variants§
Level(ParseLevelError)
Env(VarError)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogsError
impl RefUnwindSafe for LogsError
impl Send for LogsError
impl Sync for LogsError
impl Unpin for LogsError
impl UnwindSafe for LogsError
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