Struct dazeus::ParseConfigGroupError [] [src]

pub struct ParseConfigGroupError { /* fields omitted */ }

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

Methods

impl ParseConfigGroupError
[src]

Create a new error instance.

Trait Implementations

impl Debug for ParseConfigGroupError
[src]

Formats the value using the given formatter.

impl Clone for ParseConfigGroupError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ParseConfigGroupError
[src]

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

This method tests for !=.