Adding Fields to a Struct
Let your IDE add constructor arguments to your instance.
Put your cursor on a field that's missing, press ⌥⏎(macOS)/Alt+Enter(Windows/Linux), and let the IDE generate the corresponding field in the structure definition.
Put your cursor on a field that's missing, press ⌥⏎(macOS)/Alt+Enter(Windows/Linux), and let the IDE generate the corresponding field in the structure definition.