var searchIndex = {}; searchIndex["iso3166_1"] = {"doc":"","items":[[3,"CountryCode","iso3166_1","Struct that contains the data for each Country Code defined by ISO 3166-1,\nincluding the following pieces of information:",null,null],[12,"alpha2","","",0,null],[12,"alpha3","","",0,null],[12,"name","","",0,null],[12,"num","","",0,null],[5,"all","","Returns a `Vec` of all `CountryCode`s defined by ISO 3166-1.",null,{"inputs":[],"output":{"name":"vec"}}],[5,"alpha2","","Returns an `Option` of a `CountryCode` with the given alpha2 code.",null,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[5,"alpha3","","Returns an `Option` of a `CountryCode` with the given alpha3 code.",null,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[5,"name","","Returns an `Option` of a `CountryCode` with the given name.",null,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[5,"num","","Returns an `Option` of a `CountryCode` with the given numeric value.",null,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[5,"num_range","","Returns a `Vec` of `CountryCode`s that have a numeric value within the range\nof the `from` and `to` given. The from and to are optional, and can either\nbe `None` or `Some(&str)` for variations of the range wanted.",null,{"inputs":[{"name":"option"},{"name":"option"}],"output":{"name":"vec"}}],[11,"fmt","","",0,null],[11,"clone","","",0,null]],"paths":[[3,"CountryCode"]]}; initSearch(searchIndex);