Struct dazeus::ParseEventTypeError [] [src]

pub struct ParseEventTypeError {
    // some 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

fn new() -> ParseEventTypeError

Create a new error instance.

Trait Implementations

Derived Implementations

impl PartialEq for ParseEventTypeError

fn eq(&self, __arg_0: &ParseEventTypeError) -> bool

fn ne(&self, __arg_0: &ParseEventTypeError) -> bool

impl Clone for ParseEventTypeError

fn clone(&self) -> ParseEventTypeError

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

impl Debug for ParseEventTypeError

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