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