var searchIndex = {}; searchIndex["iso4217"] = {"doc":"","items":[[3,"CurrencyCode","iso4217","Struct that contains the data for each Currency Code defined by ISO 4217,\nincluding the following pieces of information:",null,null],[12,"alpha3","","",0,null],[12,"countries","","",0,null],[12,"exp","","",0,null],[12,"name","","",0,null],[12,"num","","",0,null],[5,"all","","Returns an Option<Vec<CurrencyCode>> of all CurrencyCodes defined by\nISO 4217.",null,{"inputs":[],"output":{"name":"option"}}],[5,"alpha3","","Returns an Option<CurrencyCode> of the CurrencyCode with the given alpha3\ncode.",null,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[5,"country","","Returns an Option<Vec<CurrencyCode>> of the CurrencyCodes that are used by\nthe given country's alpha2 code, specified by ISO 3166.",null,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[5,"exp","","Returns an Option<Vec<CurrencyCode>> of the CurrencyCodes with the specified\ndecimal place.",null,{"inputs":[{"name":"i8"}],"output":{"name":"option"}}],[5,"name","","Returns an Option<CurrencyCode> of the CurrencyCode with the specified\nname.",null,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[5,"num","","Returns an Option<CurrencyCode> of the CurrencyCode with the specified\nnumerical 3-digit representation.",null,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[11,"fmt","","",0,null],[11,"clone","","",0,null]],"paths":[[3,"CurrencyCode"]]}; initSearch(searchIndex);