Struct rustc_save_analysis::UseData [] [src]

pub struct UseData {
    pub id: NodeId,
    pub span: Span,
    pub name: String,
    pub mod_id: Option<DefId>,
    pub scope: NodeId,
}
Unstable (rustc_private)

Fields

id: NodeId
Unstable (rustc_private)
span: Span
Unstable (rustc_private)
name: String
Unstable (rustc_private)
mod_id: Option<DefId>
Unstable (rustc_private)
scope: NodeId
Unstable (rustc_private)

Trait Implementations

impl Lower for UseData
[src]

type Target = UseData

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

Derived Implementations

impl Encodable for UseData
[src]

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

impl Debug for UseData
[src]

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

Formats the value using the given formatter.