Module darling_core::codegen [] [src]

Structs

Field

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

FmiImpl
FromDeriveInputImpl
FromFieldImpl

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

FromVariantImpl
TraitImpl
Variant

An enum variant.

VariantDataGen

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.