Struct rustc_builtin_macros::deriving::generic::Substructure[][src]

pub struct Substructure<'a> {
    pub type_ident: Ident,
    pub method_ident: Ident,
    pub self_args: &'a [P<Expr>],
    pub nonself_args: &'a [P<Expr>],
    pub fields: &'a SubstructureFields<'a>,
}
Expand description

All the data about the data structure/method being derived upon.

Fields

type_ident: Ident

ident of self

method_ident: Ident

ident of the method

self_args: &'a [P<Expr>]

dereferenced access to any Self_ or [Ptr(Self_, _)][ptr] arguments

nonself_args: &'a [P<Expr>]

verbatim access to any other arguments

fields: &'a SubstructureFields<'a>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Layout

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.

Size: 64 bytes