Struct std::char::DecodeUtf16Error 1.9.0[−][src]
pub struct DecodeUtf16Error { /* fields omitted */ }
Expand description
An error that can be returned when decoding UTF-16 code points.
This struct
is created when using the DecodeUtf16
type.
Implementations
Returns the unpaired surrogate which caused this error.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DecodeUtf16Error
impl Send for DecodeUtf16Error
impl Sync for DecodeUtf16Error
impl Unpin for DecodeUtf16Error
impl UnwindSafe for DecodeUtf16Error
Blanket Implementations
Mutably borrows from an owned value. Read more