Enum fibers_transport::ErrorKind[][src]

pub enum ErrorKind {
    CodecError,
    IoError,
    InvalidInput,
    Other,
}

Possible error kinds.

Variants

Encoding/decoding error.

I/O error.

Input is invalid.

Other error.

Trait Implementations

impl From<ErrorKind> for Error

Performs the conversion.

impl Debug for ErrorKind
[src]

Formats the value using the given formatter. Read more

impl Clone for ErrorKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ErrorKind
[src]

impl PartialEq for ErrorKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ErrorKind
[src]

impl Hash for ErrorKind
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl TrackableErrorKind for ErrorKind
[src]

A short description of the error kind. Read more

Displays this kind. Read more

Auto Trait Implementations

impl Send for ErrorKind

impl Sync for ErrorKind