pub(crate) struct CreateResult<'tcx> {
pub(crate) universal_region_relations: Frozen<UniversalRegionRelations<'tcx>>,
pub(crate) region_bound_pairs: RegionBoundPairs<'tcx>,
pub(crate) normalized_inputs_and_output: Vec<Ty<'tcx>>,
}
Fields§
§universal_region_relations: Frozen<UniversalRegionRelations<'tcx>>
§region_bound_pairs: RegionBoundPairs<'tcx>
§normalized_inputs_and_output: Vec<Ty<'tcx>>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for CreateResult<'tcx>
impl<'tcx> !Send for CreateResult<'tcx>
impl<'tcx> !Sync for CreateResult<'tcx>
impl<'tcx> Unpin for CreateResult<'tcx>
impl<'tcx> !UnwindSafe for CreateResult<'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: 344 bytes