Struct rustc_save_analysis::TypeRefData
[−]
[src]
pub struct TypeRefData {
pub span: Span,
pub scope: NodeId,
pub ref_id: Option<DefId>,
pub qualname: String,
}🔬 This is a nightly-only experimental API. (
rustc_private)Data for a reference to a type or trait.
Fields
span: Span
🔬 This is a nightly-only experimental API. (
rustc_private)scope: NodeId
🔬 This is a nightly-only experimental API. (
rustc_private)ref_id: Option<DefId>
🔬 This is a nightly-only experimental API. (
rustc_private)qualname: String
🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
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
impl Debug for TypeRefData[src]
impl Encodable for TypeRefData[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
🔬 This is a nightly-only experimental API. (rustc_private)
deprecated in favor of rustc-serialize on crates.io
impl Lower for TypeRefData[src]
type Target = TypeRefData
🔬 This is a nightly-only experimental API. (
rustc_private)fn lower(self, tcx: TyCtxt) -> TypeRefData
🔬 This is a nightly-only experimental API. (
rustc_private)