Struct rustc_unicode::char::CharTryFromError [] [src]

pub struct CharTryFromError(_);
Unstable (try_from #33417)

The error type returned when a conversion from u32 to char fails.

Trait Implementations

impl Debug for CharTryFromError

Formats the value using the given formatter.

impl Eq for CharTryFromError

impl Clone for CharTryFromError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<CharTryFromError> for CharTryFromError

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

This method tests for !=.

impl Display for CharTryFromError

Formats the value using the given formatter.

impl Copy for CharTryFromError