Re-exports§
pub extern crate serde;
Structs§
- Persist
Setting - This will persist structs S that
was added via the Plugin
SettingsPlugin
- Persist
Settings - This will persist all structs that
are added via the Plugin
SettingsPlugin
- Settings
Config - Settings
Plugin
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Serialize
- A data structure that can be serialized into any data format supported by Serde.
- Settingable
- this is a blanked trait