pub enum XdgError {
UnresolvedHomeDir,
}
Expand description
Error for some of the Xdg
trait methods
Variants§
UnresolvedHomeDir
$HOME cannot be resolved and at least one of the XDG variables is missing
Trait Implementations§
impl Eq for XdgError
impl StructuralPartialEq for XdgError
Auto Trait Implementations§
impl Freeze for XdgError
impl RefUnwindSafe for XdgError
impl Send for XdgError
impl Sync for XdgError
impl Unpin for XdgError
impl UnwindSafe for XdgError
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