Struct protocol::TryFromIntError
[−]
[src]
pub struct TryFromIntError {}Copy of TryFromIntError that works in stable rust
Trait Implementations
impl Debug for TryFromIntError[src]
impl Copy for TryFromIntError[src]
impl Clone for TryFromIntError[src]
fn clone(&self) -> TryFromIntError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for TryFromIntError[src]
fn eq(&self, __arg_0: &TryFromIntError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for TryFromIntError[src]
impl Display for TryFromIntError[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more