var searchIndex = {}; searchIndex["xmlrpc"] = {"doc":"","items":[[3,"Fault","xmlrpc","A `<fault>` response - The call failed.",null,null],[12,"fault_code","","",0,null],[12,"fault_string","","",0,null],[3,"Request","","A request to call a procedure.",null,null],[4,"RequestError","","A request could not be executed.",null,null],[13,"HyperError","","An HTTP communication error occurred while sending the request or receiving the response.",1,null],[13,"ParseError","","The response could not be parsed. This can happen when the server doesn't correctly\nimplement the XML-RPC spec.",1,null],[4,"Value","","The possible XML-RPC values.",null,null],[13,"Int","","`<i4>` or `<int>`, 32-bit signed integer.",2,null],[13,"Bool","","`<boolean>`, 0 == `false`, 1 == `true`.",2,null],[13,"String","","`<string>`",2,null],[13,"Double","","`<double>`",2,null],[13,"DateTime","","`<dateTime.iso8601>`, an ISO 8601 formatted date/time value.",2,null],[13,"Base64","","`<base64>`, base64-encoded binary data.",2,null],[13,"Struct","","`<struct>`, a mapping of named values.",2,null],[13,"Array","","`<array>`, a list of arbitrary (heterogeneous) values.",2,null],[11,"fmt","","",1,null],[11,"from","","",1,{"inputs":[{"name":"hypererror"}],"output":{"name":"self"}}],[11,"from","","",1,{"inputs":[{"name":"parseerror"}],"output":{"name":"self"}}],[11,"from","","",1,{"inputs":[{"name":"error"}],"output":{"name":"self"}}],[11,"fmt","","",1,null],[11,"description","","",1,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"from_value","","Creates a `Fault` from a `Value`.",0,{"inputs":[{"name":"value"}],"output":{"name":"option"}}],[11,"new","","Creates a new request to call a function named `name`.",3,{"inputs":[{"name":"str"}],"output":{"name":"self"}}],[11,"arg","","Appends an argument to be passed to the current list of arguments.",3,null],[11,"call","","Calls the method using the given `Client`.",3,null],[11,"write_as_xml","","Formats this `Request` as XML.",3,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"fmt","","",2,null],[11,"format","","",2,null],[11,"from","","",2,{"inputs":[{"name":"i32"}],"output":{"name":"self"}}],[11,"from","","",2,{"inputs":[{"name":"bool"}],"output":{"name":"self"}}],[11,"from","","",2,{"inputs":[{"name":"string"}],"output":{"name":"self"}}],[11,"from","","",2,{"inputs":[{"name":"f64"}],"output":{"name":"self"}}],[11,"from","","",2,{"inputs":[{"name":"datetime"}],"output":{"name":"self"}}],[11,"from","","",2,{"inputs":[{"name":"vec"}],"output":{"name":"self"}}],[6,"RequestResult","","The result of executing a request.",null,null],[6,"Response","","A response from the server.",null,null]],"paths":[[3,"Fault"],[4,"RequestError"],[4,"Value"],[3,"Request"]]}; initSearch(searchIndex);