pub type Settings = HashMap<String, Setting>;
The Settings object is a hashmap of option names to a default value
struct Settings { /* private fields */ }