Struct warheadhateus::ParseServiceError [] [src]

pub struct ParseServiceError;

Thrown when a given service cannot be parsed.

Trait Implementations

impl Debug for ParseServiceError
[src]

Formats the value using the given formatter.

impl PartialEq for ParseServiceError
[src]

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

This method tests for !=.

impl Error for ParseServiceError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for ParseServiceError
[src]

Formats the value using the given formatter. Read more