Enum rustc_trans::middle::infer::ValuePairsUnstable [-] [+] [src]

pub enum ValuePairs<'tcx> {
    Types(expected_found<&'tcx TyS<'tcx>>),
    TraitRefs(expected_found<Rc<TraitRef<'tcx>>>),
    PolyTraitRefs(expected_found<Binder<Rc<TraitRef<'tcx>>>>),
}

See error_reporting.rs for more details

Variants

Types
TraitRefs
PolyTraitRefs

Trait Implementations

Derived Implementations

impl<'tcx> Debug for ValuePairs<'tcx>

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

impl<'tcx> Clone for ValuePairs<'tcx>

fn clone(&self) -> ValuePairs<'tcx>

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