pub enum InvalidPathKind {
UnsupportedExtension,
Unreadable(Error),
ExpectedDirectory,
InvalidDirectory(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidPathKind
impl !RefUnwindSafe for InvalidPathKind
impl Send for InvalidPathKind
impl Sync for InvalidPathKind
impl Unpin for InvalidPathKind
impl UnsafeUnpin for InvalidPathKind
impl !UnwindSafe for InvalidPathKind
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