pub enum XdgError {
NoHomeDir,
InvalidPath,
IncorrectPermissions,
IncorrectOwner,
}Variants§
Trait Implementations§
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