Enum core::num::IntErrorKind [] [src]

enum IntErrorKind {
    Empty,
    InvalidDigit,
    Overflow,
    Underflow,
}

Variants

Empty
InvalidDigit
Overflow
Underflow

Trait Implementations

Derived Implementations

impl PartialEq for IntErrorKind

fn eq(&self, __arg_0: &IntErrorKind) -> bool

fn ne(&self, __arg_0: &IntErrorKind) -> bool

impl Clone for IntErrorKind

fn clone(&self) -> IntErrorKind

fn clone_from(&mut self, source: &Self)

impl Debug for IntErrorKind

fn fmt(&self, __arg_0: &mut Formatter) -> Result