Enum doc_9_testing_12345::GBPError[][src]

pub enum GBPError {
    ParseError(ParseMoneyError),
    OtherError,
}

Variants

Trait Implementations

impl Debug for GBPError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GBPError
[src]

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

This method tests for !=.

impl From<ParseMoneyError> for GBPError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for GBPError

impl Sync for GBPError