Struct rustc_save_analysis::TraitData [] [src]

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

Fields

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

Trait Implementations

impl Lower for TraitData
[src]

type Target = TraitData

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

Derived Implementations

impl Encodable for TraitData
[src]

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

impl Debug for TraitData
[src]

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

Formats the value using the given formatter.