Enum rustc::middle::ty::UnconstrainedNumericUnstable [-] [+] [src]

pub enum UnconstrainedNumeric {
    UnconstrainedFloat,
    UnconstrainedInt,
    Neither,
}

Variants

UnconstrainedFloat
UnconstrainedInt
Neither

Trait Implementations

Derived Implementations

impl Copy for UnconstrainedNumeric

impl Debug for UnconstrainedNumeric

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

impl Hash for UnconstrainedNumeric

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for UnconstrainedNumeric

impl PartialEq for UnconstrainedNumeric

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

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

impl Decodable for UnconstrainedNumeric

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<UnconstrainedNumeric, __D>

impl Encodable for UnconstrainedNumeric

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S>

impl Clone for UnconstrainedNumeric

fn clone(&self) -> UnconstrainedNumeric

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