pub struct DriverIoErrorMulti { /* private fields */ }
Expand description
driver shutdown outcome can contain multiple io error for detailed read/write errors.
Trait Implementations§
Source§impl Debug for DriverIoErrorMulti
impl Debug for DriverIoErrorMulti
Source§impl Display for DriverIoErrorMulti
impl Display for DriverIoErrorMulti
Source§impl Error for DriverIoErrorMulti
impl Error for DriverIoErrorMulti
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<DriverIoErrorMulti> for Error
impl From<DriverIoErrorMulti> for Error
Source§fn from(e: DriverIoErrorMulti) -> Self
fn from(e: DriverIoErrorMulti) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DriverIoErrorMulti
impl !RefUnwindSafe for DriverIoErrorMulti
impl Send for DriverIoErrorMulti
impl Sync for DriverIoErrorMulti
impl Unpin for DriverIoErrorMulti
impl !UnwindSafe for DriverIoErrorMulti
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