Struct std::char::ParseCharError1.20.0 [] [src]

pub struct ParseCharError { /* fields omitted */ }

An error which can be returned when parsing a char.

Trait Implementations

impl Debug for ParseCharError
[src]

Formats the value using the given formatter. Read more

impl PartialEq<ParseCharError> for ParseCharError
[src]

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

This method tests for !=.

impl Display for ParseCharError
[src]

Formats the value using the given formatter. Read more

impl Clone for ParseCharError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ParseCharError
[src]

impl Error for ParseCharError
[src]

A short description of the error. Read more

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

Auto Trait Implementations

impl Send for ParseCharError

impl Sync for ParseCharError