Struct sgx_tstd::char::CharTryFromError [−][src]
pub struct CharTryFromError(_);
🔬 This is a nightly-only experimental API. (
try_from
)The error type returned when a conversion from u32 to char fails.
Trait Implementations
impl Clone for CharTryFromError
[src]
impl Clone for CharTryFromError
fn clone(&self) -> CharTryFromError
[src]
fn clone(&self) -> CharTryFromError
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 CharTryFromError
[src]
impl Eq for CharTryFromError
impl Debug for CharTryFromError
[src]
impl Debug for CharTryFromError
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<CharTryFromError> for CharTryFromError
[src]
impl PartialEq<CharTryFromError> for CharTryFromError
fn eq(&self, other: &CharTryFromError) -> bool
[src]
fn eq(&self, other: &CharTryFromError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &CharTryFromError) -> bool
[src]
fn ne(&self, other: &CharTryFromError) -> bool
This method tests for !=
.
impl Copy for CharTryFromError
[src]
impl Copy for CharTryFromError
impl Display for CharTryFromError
[src]
impl Display for CharTryFromError
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 CharTryFromError
[src]
impl Error for CharTryFromError
Auto Trait Implementations
impl Send for CharTryFromError
impl Send for CharTryFromError
impl Sync for CharTryFromError
impl Sync for CharTryFromError