Struct rustc_save_analysis::external_data::TypeDefData [] [src]

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

Data for a typedef.

Fields

id: DefId
Unstable (rustc_private)
name: String
Unstable (rustc_private)
span: SpanData
Unstable (rustc_private)
qualname: String
Unstable (rustc_private)
value: String
Unstable (rustc_private)

Trait Implementations

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.