bevy/crates/bevy_reflect/src
tmstorey c55c69e3fc
Add NonNilUuid support to bevy_reflect (#18604)
# Objective

- If using a `NonNilUuid` in Bevy, it's difficult to reflect it.

## Solution

- Adds `NonNilUuid` using `impl_reflect_opaque!`.

## Testing

- Built with no issues found locally.
- Essentially the same as the `Uuid` support except without `Default`.

Co-authored-by: TM Storey <mail@tmstorey.id.au>
2025-05-04 08:22:57 +00:00
..
enums
func
impls Add NonNilUuid support to bevy_reflect (#18604) 2025-05-04 08:22:57 +00:00
path
serde
array.rs
attributes.rs
error.rs
fields.rs
from_reflect.rs
generics.rs
kind.rs
lib.rs
list.rs
map.rs
reflect.rs
reflectable.rs
remote.rs
set.rs
std_traits.rs
struct_trait.rs
tuple_struct.rs
tuple.rs
type_info_stack.rs
type_info.rs
type_path.rs
type_registry.rs
utility.rs