pub enum ConfigurationError {
DirectoryCreationFailed((String, Error)),
DirectoryUnset,
HomeExpansionFailed(String),
Secret(ApplicationSecretError),
Io((String, Error)),
}Variants
DirectoryCreationFailed((String, Error))
DirectoryUnset
HomeExpansionFailed(String)
Secret(ApplicationSecretError)
Io((String, Error))
Trait Implementations
sourceimpl Debug for ConfigurationError
impl Debug for ConfigurationError
Auto Trait Implementations
impl !RefUnwindSafe for ConfigurationError
impl Send for ConfigurationError
impl Sync for ConfigurationError
impl Unpin for ConfigurationError
impl !UnwindSafe for ConfigurationError
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