Struct rustc_save_analysis::TypeRefData [] [src]

pub struct TypeRefData {
    pub span: Span,
    pub scope: NodeId,
    pub ref_id: Option<DefId>,
    pub qualname: String,
}
Unstable (rustc_private)

Data for a reference to a type or trait.

Fields

span: Span
Unstable (rustc_private)
scope: NodeId
Unstable (rustc_private)
ref_id: Option<DefId>
Unstable (rustc_private)
qualname: String
Unstable (rustc_private)

Trait Implementations

impl Lower for TypeRefData
[src]

type Target = TypeRefData

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

Derived Implementations

impl Encodable for TypeRefData
[src]

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

impl Debug for TypeRefData
[src]

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

Formats the value using the given formatter.

impl Clone for TypeRefData
[src]

fn clone(&self) -> TypeRefData

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more