pub fn serialize_enabled_plugins<S>(
    val: &PluginName,
    s: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,