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

pub struct InvalidUtf16FirstUnit;

Cannot tell whether 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. Read more

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]

This method is soft-deprecated. 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

Auto Trait Implementations

impl Send for InvalidUtf16FirstUnit

impl Sync for InvalidUtf16FirstUnit