Struct rustc_save_analysis::ModData
[−]
[src]
pub struct ModData { pub id: NodeId, pub name: String, pub qualname: String, pub span: Span, pub scope: NodeId, pub filename: String, }
Unstable (
rustc_private
)Data for modules.
Fields
id: NodeId
Unstable (
rustc_private
)name: String
Unstable (
rustc_private
)qualname: String
Unstable (
rustc_private
)span: Span
Unstable (
rustc_private
)scope: NodeId
Unstable (
rustc_private
)filename: String
Unstable (
rustc_private
)