Struct encode_unicode::error::InvalidUtf16FirstUnit [] [src]

pub struct InvalidUtf16FirstUnit;

Cannot tell wether an u16 needs an extra unit, because it's a trailing surrogate itself.

Trait Implementations

impl Clone for InvalidUtf16FirstUnit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InvalidUtf16FirstUnit
[src]

impl Debug for InvalidUtf16FirstUnit
[src]

Formats the value using the given formatter.

impl PartialEq for InvalidUtf16FirstUnit
[src]

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

This method tests for !=.

impl Eq for InvalidUtf16FirstUnit
[src]

impl Error for InvalidUtf16FirstUnit
[src]

A short description of the error. Read more

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

impl Display for InvalidUtf16FirstUnit
[src]

Formats the value using the given formatter. Read more