Enum rustc_typeck::middle::infer::IntVarValueUnstable [-] [+] [src]

pub enum IntVarValue {
    IntType(IntTy),
    UintType(UintTy),
}

Variants

IntType
UintType

Trait Implementations

impl<'tcx> ToType<'tcx> for IntVarValue

fn to_type(&self, tcx: &ctxt<'tcx>) -> &'tcx TyS<'tcx>

impl Debug for IntVarValue

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

impl<'tcx> Repr<'tcx> for IntVarValue

fn repr(&self, _tcx: &ctxt) -> String

Derived Implementations

impl PartialEq<IntVarValue> for IntVarValue

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

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

impl Copy for IntVarValue

impl Clone for IntVarValue

fn clone(&self) -> IntVarValue

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