E0062
rust Duplicate Struct Field Init
A struct field is specified more than once in a struct initialiser expression. Each field must be assigned exactly one value.
A struct field is specified more than once in a struct initialiser expression. Each field must be assigned exactly one value.