Enum hb::ErrorKind[][src]

pub enum ErrorKind {
    Timeout,
    Other,
}

Variants

Trait Implementations

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 TrackableErrorKind for ErrorKind
[src]

A short description of the error kind. Read more

Displays this kind. Read more

impl From<ErrorKind> for Error

Performs the conversion.

Auto Trait Implementations

impl Send for ErrorKind

impl Sync for ErrorKind