Struct enum_tryfrom::InvalidEnumValue [] [src]

pub struct InvalidEnumValue(_);

Methods

impl InvalidEnumValue
[src]

[src]

Trait Implementations

impl Debug for InvalidEnumValue
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for InvalidEnumValue
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for InvalidEnumValue
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InvalidEnumValue
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

Auto Trait Implementations