bevy/crates/bevy_reflect/src
Lubba64 f9fbd08f9f
Implement Reflect for std::ops::Bound (#14861)
# Objective

- Fixes #14844

## Solution

- implement reflect using the `impl_reflect_value` macro

## Testing

- I wrote a test locally to understand and learn how reflection worked
on a basic level and to confirm that yes indeed the bound struct could
use the reflection traits that have been implemented for it.

note: I did remove a line that asked for bound to not have reflect
implemented in a test, since that's the point of this PR and the test
worked without the line so I am not sure what that was about, not sure
if that uncovers a deeper issue or not.
2024-08-22 23:01:38 +00:00
..
enums Making DynamicEnum::is_dynamic() return true (#14732) 2024-08-15 14:10:52 +00:00
func bevy_reflect: Function reflection terminology refactor (#14813) 2024-08-19 21:52:36 +00:00
impls Implement Reflect for std::ops::Bound (#14861) 2024-08-22 23:01:38 +00:00
path Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
serde reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
array.rs Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
attributes.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
fields.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
from_reflect.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
lib.rs Implement Reflect for std::ops::Bound (#14861) 2024-08-22 23:01:38 +00:00
list.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
map.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
reflect.rs bevy_reflect: Reflect remote types (#6042) 2024-08-12 19:12:53 +00:00
remote.rs bevy_reflect: Reflect remote types (#6042) 2024-08-12 19:12:53 +00:00
set.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
std_traits.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
struct_trait.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
tuple_struct.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
tuple.rs Use #[doc(fake_variadic)] to improve docs readability (#14703) 2024-08-12 18:54:33 +00:00
type_info.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
type_path.rs Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
type_registry.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
utility.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00