Struct dazeus::ParseEventTypeError [] [src]

pub struct ParseEventTypeError { /* fields omitted */ }

Error returned when a string could not be parsed as an EventType.

This may occur if an event is provided by DaZeus which is unknown by this implementation.

Methods

impl ParseEventTypeError
[src]

Create a new error instance.

Trait Implementations

impl Debug for ParseEventTypeError
[src]

Formats the value using the given formatter.

impl Clone for ParseEventTypeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ParseEventTypeError
[src]

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

This method tests for !=.