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

pub struct ParseCharError { /* fields omitted */ }

An error which can be returned when parsing a char.

Trait Implementations

impl Clone for ParseCharError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParseCharError
[src]

Formats the value using the given formatter. Read more

impl PartialEq 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 Eq for ParseCharError
[src]

impl Display for ParseCharError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParseCharError

impl Sync for ParseCharError