Struct rustc::hir::map::collector::HirItemLike [−][src]
struct HirItemLike<T> { item_like: T, hash_bodies: 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
item_like: T
🔬 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?
hash_bodies: 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<'a, 'hir, T> HashStable<StableHashingContext<'hir>> for HirItemLike<T> where
T: HashStable<StableHashingContext<'hir>>,
[src]
impl<'a, 'hir, T> HashStable<StableHashingContext<'hir>> for HirItemLike<T> where
T: HashStable<StableHashingContext<'hir>>,
fn hash_stable<W: StableHasherResult>(
&self,
hcx: &mut StableHashingContext<'hir>,
hasher: &mut StableHasher<W>
)
[src]
fn hash_stable<W: StableHasherResult>(
&self,
hcx: &mut StableHashingContext<'hir>,
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<T> Send for HirItemLike<T> where
T: Send,
impl<T> Send for HirItemLike<T> where
T: Send,
impl<T> Sync for HirItemLike<T> where
T: Sync,
impl<T> Sync for HirItemLike<T> where
T: Sync,