Enum rustc::middle::ty::InferTy[src]

pub enum InferTy {
    TyVar(TyVid),
    IntVar(IntVid),
    FloatVar(FloatVid),
}

Variants

TyVar
IntVar
FloatVar

Trait Implementations

impl Show for InferTy

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

Derived Implementations

impl<__S: Writer> Hash<__S> for InferTy

fn hash(&self, __arg_0: &mut __S)

impl Eq for InferTy

fn assert_receiver_is_total_eq(&self)

impl PartialEq for InferTy

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

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

impl Clone for InferTy

fn clone(&self) -> InferTy

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