pub type PluginUpdate = OptionalUpdate<String>;
enum PluginUpdate { SetDefault, Missing, Update(String), }