Struct sgx_tstd::num::TryFromIntError [−][src]
pub struct TryFromIntError(_);
🔬 This is a nightly-only experimental API. (
try_from
)The error type returned when a checked integral type conversion fails.
Trait Implementations
impl Clone for TryFromIntError
[src]
impl Clone for TryFromIntError
fn clone(&self) -> TryFromIntError
[src]
fn clone(&self) -> TryFromIntError
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 Debug for TryFromIntError
[src]
impl Debug for TryFromIntError
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 From<!> for TryFromIntError
[src]
impl From<!> for TryFromIntError
fn from(never: !) -> TryFromIntError
[src]
fn from(never: !) -> TryFromIntError
Performs the conversion.
impl Copy for TryFromIntError
[src]
impl Copy for TryFromIntError
impl Display for TryFromIntError
[src]
impl Display for TryFromIntError
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Error for TryFromIntError
[src]
impl Error for TryFromIntError
Auto Trait Implementations
impl Send for TryFromIntError
impl Send for TryFromIntError
impl Sync for TryFromIntError
impl Sync for TryFromIntError