Struct dazeus::ParseConfigGroupError [] [src]

pub struct ParseConfigGroupError {
    // some fields omitted
}

Error returned when a string could not be parsed as a ConfigGroup.

Methods

impl ParseConfigGroupError

fn new() -> ParseConfigGroupError

Create a new error instance.

Trait Implementations

Derived Implementations

impl PartialEq for ParseConfigGroupError

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

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

impl Clone for ParseConfigGroupError

fn clone(&self) -> ParseConfigGroupError

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

impl Debug for ParseConfigGroupError

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