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

pub struct StringFromStrError;

Error returned if FromStr failed

Trait Implementations

impl Debug for StringFromStrError
[src]

Formats the value using the given formatter. Read more

impl Copy for StringFromStrError
[src]

impl Clone for StringFromStrError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for StringFromStrError
[src]

impl PartialEq for StringFromStrError
[src]

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

This method tests for !=.

impl Hash for StringFromStrError
[src]

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

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

impl Error for StringFromStrError
[src]

This method is soft-deprecated. Read more

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

impl Display for StringFromStrError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations