Struct rustc_infer::infer::equate::Equate [−][src]
pub struct Equate<'combine, 'infcx, 'tcx> {
fields: &'combine mut CombineFields<'infcx, 'tcx>,
a_is_expected: bool,
}
Expand description
Ensures a
is made equal to b
. Returns a
on success.
Fields
fields: &'combine mut CombineFields<'infcx, 'tcx>
a_is_expected: bool
Implementations
pub fn new(
fields: &'combine mut CombineFields<'infcx, 'tcx>,
a_is_expected: bool
) -> Equate<'combine, 'infcx, 'tcx>
Trait Implementations
Register an obligation that both constants must be equal to each other. Read more
Returns true
if the value a
is the “expected” type in the
relation. Just affects error messages. Read more
fn relate_item_substs(
&mut self,
_item_def_id: DefId,
a_subst: SubstsRef<'tcx>,
b_subst: SubstsRef<'tcx>
) -> RelateResult<'tcx, SubstsRef<'tcx>>
fn relate_item_substs(
&mut self,
_item_def_id: DefId,
a_subst: SubstsRef<'tcx>,
b_subst: SubstsRef<'tcx>
) -> RelateResult<'tcx, SubstsRef<'tcx>>
Relate the two substitutions for the given item. The default is to look up the variance for the item and proceed accordingly. Read more
fn relate_with_variance<T: Relate<'tcx>>(
&mut self,
_: Variance,
_info: VarianceDiagInfo<'tcx>,
a: T,
b: T
) -> RelateResult<'tcx, T>
fn relate_with_variance<T: Relate<'tcx>>(
&mut self,
_: Variance,
_info: VarianceDiagInfo<'tcx>,
a: T,
b: T
) -> RelateResult<'tcx, T>
Switch variance for the purpose of relating a
and b
.
fn consts(
&mut self,
a: &'tcx Const<'tcx>,
b: &'tcx Const<'tcx>
) -> RelateResult<'tcx, &'tcx Const<'tcx>>
Auto Trait Implementations
impl<'combine, 'infcx, 'tcx> !RefUnwindSafe for Equate<'combine, 'infcx, 'tcx>
impl<'combine, 'infcx, 'tcx> Unpin for Equate<'combine, 'infcx, 'tcx> where
'infcx: 'combine,
'tcx: 'combine,
impl<'combine, 'infcx, 'tcx> !UnwindSafe for Equate<'combine, 'infcx, 'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes