Struct pomelo_hir::identifiers::NameInternerImpl
source · pub(crate) struct NameInternerImpl {
names: Arena<String>,
mapping: HashMap<String, Idx<String>>,
generated: u32,
}
Expand description
Holds information about identifiers in the HIR.
Fields§
§names: Arena<String>
§mapping: HashMap<String, Idx<String>>
§generated: u32
Trait Implementations§
source§impl Clone for NameInternerImpl
impl Clone for NameInternerImpl
source§fn clone(&self) -> NameInternerImpl
fn clone(&self) -> NameInternerImpl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NameInternerImpl
impl Debug for NameInternerImpl
source§impl Default for NameInternerImpl
impl Default for NameInternerImpl
source§fn default() -> NameInternerImpl
fn default() -> NameInternerImpl
Returns the “default value” for a type. Read more