Struct rustc_save_analysis::MethodCallData
[−]
[src]
pub struct MethodCallData {
pub span: Span,
pub scope: NodeId,
pub ref_id: Option<DefId>,
pub decl_id: Option<DefId>,
}Unstable (
rustc_private)Data about a method call.
Fields
span: Span
Unstable (
rustc_private)scope: NodeId
Unstable (
rustc_private)ref_id: Option<DefId>
Unstable (
rustc_private)decl_id: Option<DefId>
Unstable (
rustc_private)