Enum hetu::ParseError [] [src]

pub enum ParseError<'a> {
    Syntax(&'a strusizeusize),
    Day(&'a strusizeusize),
    Month(&'a strusizeusize),
    Year(&'a strusizeusize),
    Identifier(&'a strusizeusize),
    Checksum(&'a strusizeusize),
}

Variants

Trait Implementations

impl<'a> Copy for ParseError<'a>
[src]

impl<'a> Clone for ParseError<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

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

[src]

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

[src]

This method tests for !=.

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

[src]

Formats the value using the given formatter. Read more

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

[src]

A short description of the error. Read more

[src]

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

impl<'a> ErrorIndexRange for ParseError<'a>
[src]

[src]

[src]