Struct soft_ascii_string::error::StringFromStrError [] [src]

pub struct StringFromStrError;

Error returned if FromStr failed

Trait Implementations

impl Debug for StringFromStrError
[src]

[src]

Formats the value using the given formatter.

impl Copy for StringFromStrError
[src]

impl Clone for StringFromStrError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for StringFromStrError
[src]

impl PartialEq for StringFromStrError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Hash for StringFromStrError
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

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

impl Display for StringFromStrError
[src]

[src]

Formats the value using the given formatter. Read more