Struct sgx_tstd::char::ParseCharError 1.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]
impl Clone for ParseCharError
fn clone(&self) -> ParseCharError
[src]
fn clone(&self) -> ParseCharError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Eq for ParseCharError
[src]
impl Eq for ParseCharError
impl Debug for ParseCharError
[src]
impl Debug for ParseCharError
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl PartialEq<ParseCharError> for ParseCharError
[src]
impl PartialEq<ParseCharError> for ParseCharError
fn eq(&self, other: &ParseCharError) -> bool
[src]
fn eq(&self, other: &ParseCharError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ParseCharError) -> bool
[src]
fn ne(&self, other: &ParseCharError) -> bool
This method tests for !=
.
impl Display for ParseCharError
[src]
impl Display for ParseCharError
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Error for ParseCharError
[src]
impl Error for ParseCharError
Auto Trait Implementations
impl Send for ParseCharError
impl Send for ParseCharError
impl Sync for ParseCharError
impl Sync for ParseCharError