Struct std::char::DecodeUtf16Error1.9.0 [] [src]

pub struct DecodeUtf16Error { /* fields omitted */ }

An error that can be returned when decoding UTF-16 code points.

Methods

impl DecodeUtf16Error
[src]

[src]

Returns the unpaired surrogate which caused this error.

Trait Implementations

impl Eq for DecodeUtf16Error
[src]

impl Clone for DecodeUtf16Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DecodeUtf16Error
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq<DecodeUtf16Error> for DecodeUtf16Error
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for DecodeUtf16Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DecodeUtf16Error
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more