Struct ffizz_string::InvalidUTF8Error
source · pub struct InvalidUTF8Error;Expand description
InvalidUTF8Error indicates that the string contains invalid UTF-8 and could not be represented as a Rust string.
Trait Implementations§
source§impl Debug for InvalidUTF8Error
impl Debug for InvalidUTF8Error
source§impl Display for InvalidUTF8Error
impl Display for InvalidUTF8Error
source§impl Error for InvalidUTF8Error
impl Error for InvalidUTF8Error
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<InvalidUTF8Error> for InvalidUTF8Error
impl PartialEq<InvalidUTF8Error> for InvalidUTF8Error
source§fn eq(&self, other: &InvalidUTF8Error) -> bool
fn eq(&self, other: &InvalidUTF8Error) -> bool
This method tests for
self and other values to be equal, and is used
by ==.