Enum rustc_builtin_macros::deriving::generic::SubstructureFields[][src]

pub enum SubstructureFields<'a> {
    Struct(&'a VariantDataVec<FieldInfo<'a>>),
    EnumMatching(usizeusize, &'a VariantVec<FieldInfo<'a>>),
    EnumNonMatchingCollapsed(Vec<Ident>, &'a [Variant]&'a [Ident]),
    StaticStruct(&'a VariantDataStaticFields),
    StaticEnum(&'a EnumDefVec<(Ident, Span, StaticFields)>),
}
Expand description

A summary of the possible sets of fields.

Variants

Struct(&'a VariantDataVec<FieldInfo<'a>>)

Tuple Fields of Struct

0: &'a VariantData1: Vec<FieldInfo<'a>>
EnumMatching(usizeusize, &'a VariantVec<FieldInfo<'a>>)

Matching variants of the enum: variant index, variant count, ast::Variant, fields: the field name is only non-None in the case of a struct variant.

Tuple Fields of EnumMatching

0: usize1: usize2: &'a Variant3: Vec<FieldInfo<'a>>
EnumNonMatchingCollapsed(Vec<Ident>, &'a [Variant]&'a [Ident])

Non-matching variants of the enum, but with all state hidden from the consequent code. The first component holds Idents for all of the Self arguments; the second component is a slice of all of the variants for the enum itself, and the third component is a list of Idents bound to the variant index values for each of the actual input Self arguments.

Tuple Fields of EnumNonMatchingCollapsed

0: Vec<Ident>1: &'a [Variant]2: &'a [Ident]
StaticStruct(&'a VariantDataStaticFields)

A static method where Self is a struct.

Tuple Fields of StaticStruct

0: &'a VariantData1: StaticFields
StaticEnum(&'a EnumDefVec<(Ident, Span, StaticFields)>)

A static method where Self is an enum.

Tuple Fields of StaticEnum

0: &'a EnumDef1: Vec<(Ident, Span, StaticFields)>

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

Size for each variant: