Struct coatcheck::AccessError [-] [src]

pub struct AccessError {
    pub kind: ErrorKind,
}

The error yielded an access fails.

Fields

kind

The error kind.

Trait Implementations

impl ErrorTrait for AccessError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for AccessError

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

impl Debug for AccessError

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

Derived Implementations

impl Copy for AccessError

impl Clone for AccessError

fn clone(&self) -> AccessError

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