pub enum DirectoryError {
Config,
Data,
}Expand description
Errors that can occur with finding the config or data directories.
Variants§
Trait Implementations§
Source§impl Debug for DirectoryError
impl Debug for DirectoryError
Source§impl Display for DirectoryError
impl Display for DirectoryError
Source§impl Error for DirectoryError
impl Error for DirectoryError
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 DirectoryError
impl RefUnwindSafe for DirectoryError
impl Send for DirectoryError
impl Sync for DirectoryError
impl Unpin for DirectoryError
impl UnwindSafe for DirectoryError
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