Struct rustc_save_analysis::StructData [] [src]

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

Fields

span: Span
Unstable (rustc_private)
name: String
Unstable (rustc_private)
id: NodeId
Unstable (rustc_private)
ctor_id: NodeId
Unstable (rustc_private)
qualname: String
Unstable (rustc_private)
scope: NodeId
Unstable (rustc_private)
value: String
Unstable (rustc_private)

Trait Implementations

impl Lower for StructData
[src]

type Target = StructData

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

Derived Implementations

impl Encodable for StructData
[src]

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

impl Debug for StructData
[src]

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

Formats the value using the given formatter.