# Objective Allow mutably iterating over all registered diagnostics. This is a useful utility method when exposing bevy's diagnostics in an editor that allows toggling whether the diagnostic is enabled. ## Solution - Add `iter_mut`, mirroring what `iter` does, just mutably. --- ## Changelog ### Added - Added `DiagnosticsStore::iter_mut` for mutably iterating over all registered diagnostics. |
||
|---|---|---|
| .. | ||
| diagnostic.rs | ||
| entity_count_diagnostics_plugin.rs | ||
| frame_time_diagnostics_plugin.rs | ||
| lib.rs | ||
| log_diagnostics_plugin.rs | ||
| system_information_diagnostics_plugin.rs | ||