Struct rustc_hir::diagnostic_items::DiagnosticItems [−][src]
pub struct DiagnosticItems {
pub id_to_name: FxHashMap<DefId, Symbol>,
pub name_to_id: FxHashMap<Symbol, DefId>,
}
Fields
id_to_name: FxHashMap<DefId, Symbol>
name_to_id: FxHashMap<Symbol, DefId>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DiagnosticItems
impl Send for DiagnosticItems
impl Sync for DiagnosticItems
impl Unpin for DiagnosticItems
impl UnwindSafe for DiagnosticItems
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 64 bytes