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]
S: AsRef<str>,
fn clone(&self) -> ParseEncodingError<S>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl<S: Copy> Copy for ParseEncodingError<S> where
S: AsRef<str>,
[src]
S: AsRef<str>,
impl<S: Debug> Debug for ParseEncodingError<S> where
S: AsRef<str>,
[src]
S: AsRef<str>,
impl<S> Display for ParseEncodingError<S> where
S: AsRef<str>,
[src]
S: AsRef<str>,