Struct widestring::error::Utf32Error
source · pub struct Utf32Error { /* private fields */ }
Expand description
Errors which can occur when attempting to interpret a sequence of u32
as UTF-32.
Implementations§
Trait Implementations§
source§impl Clone for Utf32Error
impl Clone for Utf32Error
source§fn clone(&self) -> Utf32Error
fn clone(&self) -> Utf32Error
Returns a copy 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 Utf32Error
impl Debug for Utf32Error
source§impl Display for Utf32Error
impl Display for Utf32Error
source§impl Error for Utf32Error
impl Error for Utf32Error
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()
Auto Trait Implementations§
impl Freeze for Utf32Error
impl RefUnwindSafe for Utf32Error
impl Send for Utf32Error
impl Sync for Utf32Error
impl Unpin for Utf32Error
impl UnwindSafe for Utf32Error
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