pub struct IOPathError {
pub source: Error,
pub path: PathBuf,
}Fields§
§source: Error§path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for IOPathError
impl !RefUnwindSafe for IOPathError
impl Send for IOPathError
impl Sync for IOPathError
impl Unpin for IOPathError
impl !UnwindSafe for IOPathError
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