Struct rustc_trait_selection::traits::query::normalize::QueryNormalizer [−][src]
struct QueryNormalizer<'cx, 'tcx> {
infcx: &'cx InferCtxt<'cx, 'tcx>,
cause: &'cx ObligationCause<'tcx>,
param_env: ParamEnv<'tcx>,
obligations: Vec<PredicateObligation<'tcx>>,
cache: SsoHashMap<Ty<'tcx>, Ty<'tcx>>,
error: bool,
anon_depth: usize,
universes: Vec<Option<UniverseIndex>>,
}
Fields
infcx: &'cx InferCtxt<'cx, 'tcx>
cause: &'cx ObligationCause<'tcx>
param_env: ParamEnv<'tcx>
obligations: Vec<PredicateObligation<'tcx>>
cache: SsoHashMap<Ty<'tcx>, Ty<'tcx>>
error: bool
anon_depth: usize
universes: Vec<Option<UniverseIndex>>
Trait Implementations
Auto Trait Implementations
impl<'cx, 'tcx> !RefUnwindSafe for QueryNormalizer<'cx, 'tcx>
impl<'cx, 'tcx> !Send for QueryNormalizer<'cx, 'tcx>
impl<'cx, 'tcx> !Sync for QueryNormalizer<'cx, 'tcx>
impl<'cx, 'tcx> Unpin for QueryNormalizer<'cx, 'tcx> where
'tcx: 'cx,
impl<'cx, 'tcx> !UnwindSafe for QueryNormalizer<'cx, '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: 232 bytes