Enum rustc_typeck::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<(), Error>

impl Hash for UnconstrainedNumeric

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

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

impl Eq for UnconstrainedNumeric

impl PartialEq<UnconstrainedNumeric> for UnconstrainedNumeric

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

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

impl Decodable for UnconstrainedNumeric

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

impl Encodable for UnconstrainedNumeric

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

impl Clone for UnconstrainedNumeric

fn clone(&self) -> UnconstrainedNumeric

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