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)

Trait Implementations

impl Lower for ModData
[src]

type Target = ModData

fn lower(self, tcx: TyCtxt) -> ModData

Derived Implementations

impl Encodable for ModData
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Debug for ModData
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.