Struct enum_derive::ParseEnumError [] [src]

pub struct ParseEnumError;

This is the error type used for derived implementations of FromStr for unitary enums.

See the crate documentation for the EnumFromStr! macro.

Trait Implementations

impl Clone for ParseEnumError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParseEnumError
[src]

Formats the value using the given formatter.

impl Eq for ParseEnumError
[src]

impl PartialEq for ParseEnumError
[src]

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

This method tests for !=.

impl Display for ParseEnumError
[src]

Formats the value using the given formatter. Read more

impl Error for ParseEnumError
[src]

A short description of the error. Read more

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