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