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
sourceimpl<'a, 'tcx> OutlivesEnvironmentBuilder<'tcx>
impl<'a, 'tcx> OutlivesEnvironmentBuilder<'tcx>
fn build(self) -> OutlivesEnvironment<'tcx>
sourcefn add_outlives_bounds<I>(
&mut self,
infcx: Option<&InferCtxt<'a, 'tcx>>,
outlives_bounds: I
)where
I: IntoIterator<Item = OutlivesBound<'tcx>>,
fn add_outlives_bounds<I>(
&mut self,
infcx: Option<&InferCtxt<'a, 'tcx>>,
outlives_bounds: I
)where
I: IntoIterator<Item = OutlivesBound<'tcx>>,
Processes outlives bounds that are known to hold, whether from implied or other sources.
The infcx
parameter is optional; if the implied bounds may
contain inference variables, it must be supplied, in which
case we will register “givens” on the inference context. (See
RegionConstraintData
.)
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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: 144 bytes