Struct objc_encode::parse::ParseEncodingError [] [src]

pub struct ParseEncodingError<S>(_)
where
    S: AsRef<str>
;

An error returned when constructing a StrEncoding if the string could not be parsed as a valid encoding.

Trait Implementations

impl<S: Clone> Clone for ParseEncodingError<S> where
    S: AsRef<str>, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Copy> Copy for ParseEncodingError<S> where
    S: AsRef<str>, 
[src]

impl<S: Debug> Debug for ParseEncodingError<S> where
    S: AsRef<str>, 
[src]

Formats the value using the given formatter.

impl<S> Display for ParseEncodingError<S> where
    S: AsRef<str>, 
[src]

Formats the value using the given formatter. Read more