# Objective Fixes #5153 ## Solution Search for all enums and manually check if they have default impls that can use this new derive. By my reckoning: | enum | num | |-|-| | total | 159 | | has default impl | 29 | | default is unit variant | 23 | |
||
|---|---|---|
| .. | ||
| container_attributes.rs | ||
| derive_data.rs | ||
| field_attributes.rs | ||
| from_reflect.rs | ||
| impls.rs | ||
| lib.rs | ||
| reflect_value.rs | ||
| registration.rs | ||
| trait_reflection.rs | ||
| type_uuid.rs | ||
| utility.rs | ||