When attempting to derive PrefabData on a Component struct, the build fails.

Build should succeed
Build failed with E0308

Add any other context about the problem here.
Sorry, I figured out the issue.
In case anyone else finds this issue while trying to get prefabs to work, make sure to add Clone to the list of derives, or implement it yourself.