This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

3 lines
1.0 KiB
JavaScript

(function() {var implementors = {};
implementors["game_logic"] = [{"text":"impl <a class=\"trait\" href=\"https://docs.rs/serde/1.0.136/serde/ser/trait.Serialize.html\" title=\"trait serde::ser::Serialize\">Serialize</a> for <a class=\"struct\" href=\"game_logic/persistent/settings/struct.PersistentGameSettings.html\" title=\"struct game_logic::persistent::settings::PersistentGameSettings\">PersistentGameSettings</a>","synthetic":false,"types":["game_logic::persistent::settings::PersistentGameSettings"]},{"text":"impl <a class=\"trait\" href=\"https://docs.rs/serde/1.0.136/serde/ser/trait.Serialize.html\" title=\"trait serde::ser::Serialize\">Serialize</a> for <a class=\"struct\" href=\"game_logic/persistent/save_state/struct.GameSaveState.html\" title=\"struct game_logic::persistent::save_state::GameSaveState\">GameSaveState</a>","synthetic":false,"types":["game_logic::persistent::save_state::GameSaveState"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()