Struct rustc_metadata::schema::ConstQualif [−][src]
🔬 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?
Additional data for EntryKind::Const and EntryKind::AssociatedConst
Fields
mir: u8
🔬 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?
ast_promotable: 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 ConstQualif[src]
impl Clone for ConstQualiffn clone(&self) -> ConstQualif[src]
fn clone(&self) -> ConstQualifReturns 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 Copy for ConstQualif[src]
impl Copy for ConstQualifimpl Encodable for ConstQualif[src]
impl Encodable for ConstQualiffn 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 Decodable for ConstQualif[src]
impl Decodable for ConstQualiffn decode<__D: Decoder>(d: &mut __D) -> Result<ConstQualif, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<ConstQualif, __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 ConstQualif
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for ConstQualiffn 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 Send for ConstQualif
impl Send for ConstQualifimpl Sync for ConstQualif
impl Sync for ConstQualif