Struct rustc_save_analysis::external_data::TypeRefData
[−]
[src]
pub struct TypeRefData {
pub span: SpanData,
pub scope: DefId,
pub ref_id: Option<DefId>,
pub qualname: String,
}Unstable (
rustc_private)Data for a reference to a type or trait.
Fields
span: SpanData
Unstable (
rustc_private)scope: DefId
Unstable (
rustc_private)ref_id: Option<DefId>
Unstable (
rustc_private)qualname: String
Unstable (
rustc_private)Trait Implementations
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