pub enum OpenErrorKind {
Io(Error),
BadDirectory,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OpenErrorKind
impl !UnwindSafe for OpenErrorKind
impl Freeze for OpenErrorKind
impl Send for OpenErrorKind
impl Sync for OpenErrorKind
impl Unpin for OpenErrorKind
impl UnsafeUnpin for OpenErrorKind
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