Enum slk581::SLK581Error [] [src]

pub enum SLK581Error<'a> {
    InvalidDateOfBirth,
    UnknownDateOfBirth,
    UnsupportedSex(&'a str),
}

Variants

Trait Implementations

impl<'a> PartialEq for SLK581Error<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Debug for SLK581Error<'a>
[src]

Formats the value using the given formatter.

impl<'a> Display for SLK581Error<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Error for SLK581Error<'a>
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more