bevy/crates/bevy_ecs/src
konsti219 5da8af7d37
Manually implement common traits for EventId (#8529)
# Objective

Fixes #8528

## Solution

Manually implement `PartialEq`, `Eq`, `PartialOrd`, `Ord`, and `Hash`
for `bevy_ecs::event::EventId`. These new implementations do not rely on
the `Event` implementing the same traits allowing `EventId` to be used
in more cases.
2023-05-04 12:22:25 +00:00
..
entity Make scene handling of entity references robust (#7335) 2023-05-01 15:49:27 +00:00
query Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
schedule Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
storage Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
system Added reference to ParallelCommands in the Commands doc (#8510) 2023-05-01 15:31:33 +00:00
world Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
archetype.rs Inline more ECS functions (#8083) 2023-04-12 19:52:06 +00:00
bundle.rs Inline more ECS functions (#8083) 2023-04-12 19:52:06 +00:00
change_detection.rs Improve documentation for set_if_neq (#8254) 2023-03-30 15:43:13 +00:00
component.rs Inline more ECS functions (#8083) 2023-04-12 19:52:06 +00:00
event.rs Manually implement common traits for EventId (#8529) 2023-05-04 12:22:25 +00:00
lib.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
reflect.rs Rename map_entities and map_specific_entities (#7570) 2023-05-01 21:40:19 +00:00
removal_detection.rs Use UnsafeWorldCell to increase code quality for SystemParam (#8174) 2023-04-01 15:45:07 +00:00