pub struct Cesu8DecodingError;Expand description
The CESU-8 data could not be decoded as valid UTF-8 data.
Trait Implementations§
Source§impl Clone for Cesu8DecodingError
impl Clone for Cesu8DecodingError
Source§fn clone(&self) -> Cesu8DecodingError
fn clone(&self) -> Cesu8DecodingError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Cesu8DecodingError
impl Debug for Cesu8DecodingError
Source§impl Display for Cesu8DecodingError
impl Display for Cesu8DecodingError
Source§impl Error for Cesu8DecodingError
impl Error for Cesu8DecodingError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
impl Copy for Cesu8DecodingError
Auto Trait Implementations§
impl Freeze for Cesu8DecodingError
impl RefUnwindSafe for Cesu8DecodingError
impl Send for Cesu8DecodingError
impl Sync for Cesu8DecodingError
impl Unpin for Cesu8DecodingError
impl UnwindSafe for Cesu8DecodingError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more