pub enum DefaultsError {
CurrentDirFailed(Error),
CurrentDirHasNoName(PathBuf),
CurrentDirInvalidUtf8(PathBuf),
}
Variants§
Trait Implementations§
source§impl Debug for DefaultsError
impl Debug for DefaultsError
Auto Trait Implementations§
impl Freeze for DefaultsError
impl !RefUnwindSafe for DefaultsError
impl Send for DefaultsError
impl Sync for DefaultsError
impl Unpin for DefaultsError
impl !UnwindSafe for DefaultsError
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