pub struct PathIOError { /* private fields */ }Trait Implementations§
Source§impl Debug for PathIOError
impl Debug for PathIOError
Source§impl Display for PathIOError
impl Display for PathIOError
Source§impl Error for PathIOError
impl Error for PathIOError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<PathIOError> for DaemonError
impl From<PathIOError> for DaemonError
Source§fn from(source: PathIOError) -> Self
fn from(source: PathIOError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PathIOError
impl !RefUnwindSafe for PathIOError
impl Send for PathIOError
impl Sync for PathIOError
impl Unpin for PathIOError
impl !UnwindSafe for PathIOError
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