Enum ldap_utils::TomlConfigError
source · [−]Expand description
error which can happen while reading connect parameters from a file
Variants
IOError(Error)
an I/O error
TomlError(Error)
an error deserializing the TOML file
Trait Implementations
sourceimpl Debug for TomlConfigError
impl Debug for TomlConfigError
sourceimpl Display for TomlConfigError
impl Display for TomlConfigError
sourceimpl Error for TomlConfigError
impl Error for TomlConfigError
sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl From<Error> for TomlConfigError
impl From<Error> for TomlConfigError
Auto Trait Implementations
impl !RefUnwindSafe for TomlConfigError
impl Send for TomlConfigError
impl Sync for TomlConfigError
impl Unpin for TomlConfigError
impl !UnwindSafe for TomlConfigError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more