Struct rustc_save_analysis::InheritanceData [] [src]

pub struct InheritanceData {
    pub span: Span,
    pub base_id: DefId,
    pub deriv_id: NodeId,
}
Unstable (rustc_private)

Fields

span: Span
Unstable (rustc_private)
base_id: DefId
Unstable (rustc_private)
deriv_id: NodeId
Unstable (rustc_private)

Trait Implementations

impl Lower for InheritanceData
[src]

type Target = InheritanceData

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

Derived Implementations

impl Encodable for InheritanceData
[src]

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

impl Debug for InheritanceData
[src]

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

Formats the value using the given formatter.