Enum cadence::ErrorKind [] [src]

pub enum ErrorKind {
    InvalidInput,
    IoError,
}

Potential categories an error from this library falls into.

Variants

Trait Implementations

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

Formats the value using the given formatter.

impl Hash for ErrorKind
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

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]