Struct rustc_save_analysis::VariableData [] [src]

pub struct VariableData {
    pub id: NodeId,
    pub name: String,
    pub qualname: String,
    pub span: Span,
    pub scope: NodeId,
    pub value: String,
    pub type_value: String,
}
Unstable (rustc_private)

Data for local and global variables (consts and statics).

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)
value: String
Unstable (rustc_private)
type_value: String
Unstable (rustc_private)

Trait Implementations

impl Lower for VariableData
[src]

type Target = VariableData

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

Derived Implementations

impl Encodable for VariableData
[src]

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

impl Debug for VariableData
[src]

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

Formats the value using the given formatter.