Struct utf8_iter::Utf8CharsError
source · #[non_exhaustive]pub struct Utf8CharsError;
Expand description
A type for signaling UTF-8 errors.
Note: core::error::Error
is not implemented due to implementing it
being an unstable feature at the time of writing.
Trait Implementations§
source§impl Debug for Utf8CharsError
impl Debug for Utf8CharsError
source§impl Display for Utf8CharsError
impl Display for Utf8CharsError
source§impl PartialEq for Utf8CharsError
impl PartialEq for Utf8CharsError
source§fn eq(&self, other: &Utf8CharsError) -> bool
fn eq(&self, other: &Utf8CharsError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Utf8CharsError
Auto Trait Implementations§
impl Freeze for Utf8CharsError
impl RefUnwindSafe for Utf8CharsError
impl Send for Utf8CharsError
impl Sync for Utf8CharsError
impl Unpin for Utf8CharsError
impl UnwindSafe for Utf8CharsError
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