errors.fyi community error code reference
E0560
rust

Unknown Struct Field

A struct initialiser includes a field name that does not exist in the struct definition. Check the struct declaration for the correct field names.

References

โ† all namespaces for E0560