Enum hiirc::ParseError [] [src]

pub enum ParseError {
    EmptyCommand,
    EmptyMessage,
    UnexpectedEnd,
}

Error generated by the parser.

Variants

String was empty.

Message did not have a code.

Unexpected end of the string.

Trait Implementations

impl Ord for ParseError
[src]

[src]

impl Copy for ParseError
[src]

impl Clone for ParseError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ParseError
[src]

impl PartialEq<ParseError> for ParseError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for ParseError
[src]

[src]

Formats the value using the given formatter.

impl PartialOrd<ParseError> for ParseError
[src]

[src]