Struct rustc_metadata::schema::GeneratorData [−][src]
pub struct GeneratorData<'tcx> {
pub layout: GeneratorLayout<'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?
Fields
layout: GeneratorLayout<'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?
Trait Implementations
impl<'tcx> Encodable for GeneratorData<'tcx>[src]
impl<'tcx> Encodable for GeneratorData<'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 GeneratorData<'tcx>[src]
impl<'tcx> Decodable for GeneratorData<'tcx>fn decode<__D: Decoder>(d: &mut __D) -> Result<GeneratorData<'tcx>, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<GeneratorData<'tcx>, __D::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<'a, 'tcx> HashStable<StableHashingContext<'a>> for GeneratorData<'tcx>
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for GeneratorData<'tcx>fn hash_stable<W: StableHasherResult>(
&self,
__ctx: &mut StableHashingContext<'a>,
__hasher: &mut StableHasher<W>
)
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?
Auto Trait Implementations
impl<'tcx> !Send for GeneratorData<'tcx>
impl<'tcx> !Send for GeneratorData<'tcx>impl<'tcx> !Sync for GeneratorData<'tcx>
impl<'tcx> !Sync for GeneratorData<'tcx>