var searchIndex = {}; searchIndex["gtld_data"] = {"doc":"","items":[[3,"Gtld","gtld_data","Representation of each `Gtld` with its three key pieces of data:",null,null],[12,"domain","","",0,null],[12,"kind","","",0,null],[12,"organization","","",0,null],[4,"GtldKind","","The type of what a `Gtld` is. Each `Gtld` has a different type, with each\nhaving a different purpose.",null,null],[13,"CountryCode","","*ccTLD*: Two-letter domains established for countries or territories.",1,null],[13,"GenericRestricted","","*grTLD*: domains managed under official ICANN accredited registrars.",1,null],[13,"Generic","","*gTLD*: Top-level domains with three or more characters.",1,null],[13,"Infrastructure","","*ARPA*: Consists of one domain, the Address and Routing Parameter Area.",1,null],[13,"Sponsored","","Domains that are proposed and sponsored by private agencies or\norganizations.",1,null],[13,"Test","","Domains installed under .test for testing purposes in the IDN\ndevelopment process.",1,null],[5,"domain_exists","","Determines whether a domain exists within a `Gtld` defined by the\n`gtld_data::all()` method.",null,{"inputs":[{"name":"s"}],"output":{"name":"bool"}}],[5,"get_by_kind","","Retrieves all `Gtld`s defined by the `gtld_data::all()` method given a\n`GtldKind` enum value. For example, passing a `GtldKind::Generic` will\nreturn all `Gtld`s that have a `kind` value of `GtldKind::Generic`.",null,{"inputs":[{"name":"gtldkind"}],"output":{"name":"vec"}}],[5,"get_by_organization","","Retrieves all `Gtld`s defined by the `gtld_data::all()` method with an\n`organization` name equal to that of the `organization` passed.",null,{"inputs":[{"name":"s"}],"output":{"name":"vec"}}],[0,"gtlds","","",null,null],[5,"all","gtld_data::gtlds","This is a list of all `Gtld` information is pulled from the following URL:",null,{"inputs":[],"output":{"name":"vec"}}],[11,"eq","gtld_data","",1,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"fmt","","",0,null],[11,"clone","","",0,null]],"paths":[[3,"Gtld"],[4,"GtldKind"]]}; initSearch(searchIndex);