Struct rustc_save_analysis::TypeDefData [] [src]

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

Data for a typedef.

Fields

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

Trait Implementations

impl Lower for TypeDefData
[src]

type Target = TypeDefData

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

Derived Implementations

impl Encodable for TypeDefData
[src]

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

impl Debug for TypeDefData
[src]

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

Formats the value using the given formatter.