![]() # Objective - Implement `From<&'w mut EntityMut>` for `EntityMut<'w>`; - Make it possible to pass `&mut EntityMut` where `impl Into<EntityMut>` is required; - Helps with #12895. ## Solution - Implement `From<&'w mut EntityMut>` for `EntityMut<'w>` --- ## Changelog - `EntityMut<'w>` now implements `From<&'w mut EntityMut>` |
||
---|---|---|
.. | ||
entity | ||
identifier | ||
query | ||
reflect | ||
schedule | ||
storage | ||
system | ||
world | ||
archetype.rs | ||
bundle.rs | ||
change_detection.rs | ||
component.rs | ||
event.rs | ||
lib.rs | ||
removal_detection.rs |