Struct timeout_io::IoError[][src]

pub struct IoError {
    pub kind: IoErrorKind,
    pub non_recoverable: bool,
}

An IO-error-wrapper

Fields

Trait Implementations

impl Debug for IoError
[src]

Formats the value using the given formatter. Read more

impl Clone for IoError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<IoErrorKind> for IoError
[src]

Performs the conversion.

impl From<StdIoError> for IoError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for IoError

impl Sync for IoError