Struct rustc_infer::infer::outlives::env::OutlivesEnvironmentBuilder
source · struct OutlivesEnvironmentBuilder<'tcx> {
param_env: ParamEnv<'tcx>,
region_relation: TransitiveRelationBuilder<Region<'tcx>>,
region_bound_pairs: RegionBoundPairs<'tcx>,
}
Expand description
Builder of OutlivesEnvironment.
Fields§
§param_env: ParamEnv<'tcx>
§region_relation: TransitiveRelationBuilder<Region<'tcx>>
§region_bound_pairs: RegionBoundPairs<'tcx>
Implementations§
source§impl<'tcx> OutlivesEnvironmentBuilder<'tcx>
impl<'tcx> OutlivesEnvironmentBuilder<'tcx>
fn build(self) -> OutlivesEnvironment<'tcx>
sourcefn add_outlives_bounds<I>(&mut self, outlives_bounds: I)where
I: IntoIterator<Item = OutlivesBound<'tcx>>,
fn add_outlives_bounds<I>(&mut self, outlives_bounds: I)where I: IntoIterator<Item = OutlivesBound<'tcx>>,
Processes outlives bounds that are known to hold, whether from implied or other sources.
Trait Implementations§
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for OutlivesEnvironmentBuilder<'tcx>
impl<'tcx> Send for OutlivesEnvironmentBuilder<'tcx>
impl<'tcx> Sync for OutlivesEnvironmentBuilder<'tcx>
impl<'tcx> Unpin for OutlivesEnvironmentBuilder<'tcx>
impl<'tcx> !UnwindSafe for OutlivesEnvironmentBuilder<'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: 152 bytes