Struct rustc::mir::ClosureOutlivesRequirement [−][src]
pub struct ClosureOutlivesRequirement<'tcx> {
pub subject: ClosureOutlivesSubject<'tcx>,
pub outlived_free_region: RegionVid,
pub blame_span: Span,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Indicates an outlives constraint between a type or between two free-regions declared on the closure.
Fields
subject: ClosureOutlivesSubject<'tcx>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
outlived_free_region: RegionVid
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
blame_span: Span
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for ClosureOutlivesRequirement<'tcx>[src]
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for ClosureOutlivesRequirement<'tcx>fn hash_stable<W: StableHasherResult>(
&self,
__ctx: &mut StableHashingContext<'a>,
__hasher: &mut StableHasher<W>
)[src]
fn hash_stable<W: StableHasherResult>(
&self,
__ctx: &mut StableHashingContext<'a>,
__hasher: &mut StableHasher<W>
)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl<'tcx> Copy for ClosureOutlivesRequirement<'tcx>[src]
impl<'tcx> Copy for ClosureOutlivesRequirement<'tcx>impl<'tcx> Clone for ClosureOutlivesRequirement<'tcx>[src]
impl<'tcx> Clone for ClosureOutlivesRequirement<'tcx>fn clone(&self) -> ClosureOutlivesRequirement<'tcx>[src]
fn clone(&self) -> ClosureOutlivesRequirement<'tcx>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl<'tcx> Debug for ClosureOutlivesRequirement<'tcx>[src]
impl<'tcx> Debug for ClosureOutlivesRequirement<'tcx>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'tcx> Encodable for ClosureOutlivesRequirement<'tcx>[src]
impl<'tcx> Encodable for ClosureOutlivesRequirement<'tcx>fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl<'tcx> Decodable for ClosureOutlivesRequirement<'tcx>[src]
impl<'tcx> Decodable for ClosureOutlivesRequirement<'tcx>Auto Trait Implementations
impl<'tcx> !Send for ClosureOutlivesRequirement<'tcx>
impl<'tcx> !Send for ClosureOutlivesRequirement<'tcx>impl<'tcx> !Sync for ClosureOutlivesRequirement<'tcx>
impl<'tcx> !Sync for ClosureOutlivesRequirement<'tcx>