Struct rustc::middle::resolve_lifetime::ElisionFailureInfo [−][src]
struct ElisionFailureInfo {
parent: Option<BodyId>,
index: usize,
lifetime_count: usize,
have_bound_regions: bool,
}🔬 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?
Fields
parent: Option<BodyId>
🔬 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?
Where we can find the argument pattern.
index: usize
🔬 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?
The index of the argument in the original definition.
lifetime_count: usize
🔬 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?
have_bound_regions: bool
🔬 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 Clone for ElisionFailureInfo[src]
impl Clone for ElisionFailureInfofn clone(&self) -> ElisionFailureInfo[src]
fn clone(&self) -> ElisionFailureInfoReturns 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 Debug for ElisionFailureInfo[src]
impl Debug for ElisionFailureInfoAuto Trait Implementations
impl Send for ElisionFailureInfo
impl Send for ElisionFailureInfoimpl Sync for ElisionFailureInfo
impl Sync for ElisionFailureInfo