Derive Macrosยง
- Builder
Getter
is a macro that helps you automatically generateXxxBuilder
struct and chain methods for structs.- Data
Data
is a composite macro that includesSetter
,Getter
, andBuilder
.- Getter
Getter
is a macro that helps you automatically generate getter methods for structs.- Setter
Setter
is a macro that helps you automatically generate setter methods for structs.