Struct sgx_tstd::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 Eq for ParseCharError
[src]

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 Error for ParseCharError
[src]

A short description of the error.

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

Get the TypeId of self

Auto Trait Implementations

impl Send for ParseCharError

impl Sync for ParseCharError