bevy/crates/bevy_reflect/src
theotherphil 3d7486b019
Clarify PartialReflect::apply docs (#19250)
# Objective

Fix https://github.com/bevyengine/bevy/issues/18558

## Solution

* Replace `T` in docs with `Self`
* Fix broken link - replace "introspection subtraits" with "reflection
subtraits"
* Added missing `Set` variant to the list of per-`ReflectKind`-variation
behaviours

## Testing

cargo doc --serve locally to check that the broken link is fixed

---------

Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
2025-06-02 22:12:16 +00:00
..
enums More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
func More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
impls bevy_reflect: Split up the std module (#18939) 2025-05-26 19:10:47 +00:00
path Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
serde More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
array.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
attributes.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
error.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
fields.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
from_reflect.rs bevy_reflect: Apply #[deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17092) 2025-01-03 22:22:34 +00:00
generics.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
kind.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
lib.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
list.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
map.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
reflect.rs Clarify PartialReflect::apply docs (#19250) 2025-06-02 22:12:16 +00:00
reflectable.rs bevy_reflect: Add Reflectable trait (#5772) 2024-09-18 00:36:41 +00:00
remote.rs Add no_std support to bevy_reflect (#16256) 2024-12-05 21:15:21 +00:00
set.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
std_traits.rs Add no_std support to bevy_reflect (#16256) 2024-12-05 21:15:21 +00:00
struct_trait.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
tuple_struct.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
tuple.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
type_info_stack.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
type_info.rs bevy_reflect: Deprecate PartialReflect::clone_value (#18284) 2025-03-14 19:33:57 +00:00
type_path.rs Add no_std support to bevy_reflect (#16256) 2024-12-05 21:15:21 +00:00
type_registry.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
utility.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00