Struct rustc_trait_selection::traits::wf::WfPredicates
source · struct WfPredicates<'a, 'tcx> {
infcx: &'a InferCtxt<'tcx>,
param_env: ParamEnv<'tcx>,
body_id: LocalDefId,
span: Span,
out: Vec<PredicateObligation<'tcx>>,
recursion_depth: usize,
item: Option<&'tcx Item<'tcx>>,
}
Fields§
§infcx: &'a InferCtxt<'tcx>
§param_env: ParamEnv<'tcx>
§body_id: LocalDefId
§span: Span
§out: Vec<PredicateObligation<'tcx>>
§recursion_depth: usize
§item: Option<&'tcx Item<'tcx>>
Implementations§
source§impl<'a, 'tcx> WfPredicates<'a, 'tcx>
impl<'a, 'tcx> WfPredicates<'a, 'tcx>
fn tcx(&self) -> TyCtxt<'tcx>
fn cause(&self, code: ObligationCauseCode<'tcx>) -> ObligationCause<'tcx>
fn normalize(self, infcx: &InferCtxt<'tcx>) -> Vec<PredicateObligation<'tcx>>
sourcefn compute_trait_pred(
&mut self,
trait_pred: TraitPredicate<'tcx>,
elaborate: Elaborate
)
fn compute_trait_pred( &mut self, trait_pred: TraitPredicate<'tcx>, elaborate: Elaborate )
Pushes the obligations required for trait_ref
to be WF into self.out
.
fn compute_negative_trait_pred(&mut self, trait_ref: TraitRef<'tcx>)
sourcefn compute_projection(&mut self, data: AliasTy<'tcx>)
fn compute_projection(&mut self, data: AliasTy<'tcx>)
Pushes the obligations required for trait_ref::Item
to be WF
into self.out
.
fn compute_inherent_projection(&mut self, data: AliasTy<'tcx>)
fn compute_projection_args(&mut self, args: GenericArgsRef<'tcx>)
fn require_sized(&mut self, subty: Ty<'tcx>, cause: ObligationCauseCode<'tcx>)
sourcefn compute(&mut self, arg: GenericArg<'tcx>)
fn compute(&mut self, arg: GenericArg<'tcx>)
Pushes all the predicates needed to validate that ty
is WF into out
.
fn nominal_obligations( &mut self, def_id: DefId, args: GenericArgsRef<'tcx> ) -> Vec<PredicateObligation<'tcx>>
fn from_object_ty( &mut self, ty: Ty<'tcx>, data: &'tcx List<PolyExistentialPredicate<'tcx>>, region: Region<'tcx> )
Auto Trait Implementations§
impl<'a, 'tcx> !RefUnwindSafe for WfPredicates<'a, 'tcx>
impl<'a, 'tcx> !Send for WfPredicates<'a, 'tcx>
impl<'a, 'tcx> !Sync for WfPredicates<'a, 'tcx>
impl<'a, 'tcx> Unpin for WfPredicates<'a, 'tcx>
impl<'a, 'tcx> !UnwindSafe for WfPredicates<'a, 'tcx>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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: 72 bytes