Struct hexe_core::color::FromStrError [] [src]

pub struct FromStrError(_);

The error returned when Color::from_str fails.

Trait Implementations

impl Copy for FromStrError
[src]

impl Clone for FromStrError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FromStrError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for FromStrError
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for FromStrError
[src]

impl Display for FromStrError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FromStrError
[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

impl Send for FromStrError

impl Sync for FromStrError