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]
impl Debug for TypeRefData
[src]
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