Support deriving builder for enums by itchyny · Pull Request #129 · idanarye/rust-typed-builder
The name of builder methods are the "snake_case" of variant names. Note that it does not support enums with generics or lifetime.