Enum rustc::infer::ValuePairs
[−]
[src]
pub enum ValuePairs<'tcx> {
Types(ExpectedFound<Ty<'tcx>>),
TraitRefs(ExpectedFound<TraitRef<'tcx>>),
PolyTraitRefs(ExpectedFound<PolyTraitRef<'tcx>>),
}Unstable (
rustc_private)See error_reporting.rs for more details
Variants
Types(ExpectedFound<Ty<'tcx>>)Unstable (
rustc_private)TraitRefs(ExpectedFound<TraitRef<'tcx>>)Unstable (
rustc_private)PolyTraitRefs(ExpectedFound<PolyTraitRef<'tcx>>)Unstable (
rustc_private)Trait Implementations
Derived Implementations
impl<'tcx> Debug for ValuePairs<'tcx>[src]
impl<'tcx> Clone for ValuePairs<'tcx>[src]
fn clone(&self) -> ValuePairs<'tcx>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more