pub struct ConfigError { /* private fields */ }Expand description
The error type for errors that get returned in the crate
Implementations§
Source§impl ConfigError
impl ConfigError
Sourcepub fn kind(&self) -> &ConfigErrorKind
pub fn kind(&self) -> &ConfigErrorKind
Get the kind of the error
Trait Implementations§
Source§impl Debug for ConfigError
impl Debug for ConfigError
Source§impl Display for ConfigError
impl Display for ConfigError
Source§impl<E> From<E> for ConfigErrorwhere
E: Into<ConfigErrorKind>,
impl<E> From<E> for ConfigErrorwhere
E: Into<ConfigErrorKind>,
Auto Trait Implementations§
impl Freeze for ConfigError
impl !RefUnwindSafe for ConfigError
impl Send for ConfigError
impl Sync for ConfigError
impl Unpin for ConfigError
impl !UnwindSafe for ConfigError
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