Module darling_core::codegen [] [src]

Structs

Field

Properties needed to generate code for a field in all the contexts where one may appear.

FieldsGen
FromDeriveInputImpl
FromFieldImpl

impl FromField generator. This is used for parsing an individual field and its attributes.

FromMetaImpl
FromTypeParamImpl
FromVariantImpl
TraitImpl
Variant

An enum variant.

Enums

DefaultExpression

The fallback value for a field or container.

Traits

ExtractAttribute

Infrastructure for generating an attribute extractor.

OuterFromImpl

Wrapper for "outer From" traits, such as FromDeriveInput, FromVariant, and FromField.