bevy/crates/bevy_reflect/src
Nathan Stocks 0867dc76a3
Use Cow<'static, str> in Name (#1308)
* Implement Name { name } as Cow<'static, str>
* Attempt impl Reflect for Cow<'static, str.>
2021-01-31 16:35:23 -08:00
..
impls Use Cow<'static, str> in Name (#1308) 2021-01-31 16:35:23 -08:00
serde Implement Reflect for tuples up to length 12 (#1218) 2021-01-07 19:50:09 -08:00
lib.rs Implement Reflect for tuples up to length 12 (#1218) 2021-01-07 19:50:09 -08:00
list.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
map.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
path.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
reflect.rs Made ReflectMut::Tuple enum variant use a mutable reference (#1226) 2021-01-08 18:29:03 -08:00
struct_trait.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
tuple_struct.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
tuple.rs Implement Reflect for tuples up to length 12 (#1218) 2021-01-07 19:50:09 -08:00
type_registry.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
type_uuid.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00