Enum mcpat::ErrorKind [] [src]

pub enum ErrorKind {
    OutOfMemory,
    NotFound,
    Other,
}

The class that an error belongs to.

Variants

OutOfMemoryNotFoundOther

Trait Implementations

impl Debug for ErrorKind
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for ErrorKind
[src]

impl Clone for ErrorKind
[src]

fn clone(&self) -> ErrorKind

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Display for ErrorKind
[src]

fn fmt(&self, formatter: &mut Formatter) -> Result

Formats the value using the given formatter.