A struct initialiser does not provide a value for one or more required fields. All fields must be explicitly assigned when constructing a struct.
E0063
rust A struct initialiser does not provide a value for one or more required fields. All fields must be explicitly assigned when constructing a struct.