Enum coatcheck::ErrorKind [-] [src]

pub enum ErrorKind {
    WrongCoatCheck,
}

Coat check error types

Variants

WrongCoatCheck

Methods

impl ErrorKind

fn description(&self) -> &str

Trait Implementations

Derived Implementations

impl Copy for ErrorKind

impl Clone for ErrorKind

fn clone(&self) -> ErrorKind

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