var searchIndex = {}; searchIndex["jsonrpc_lite"] = {"doc":"JSON-RPC 2.0 Specification serialization for Rust.","items":[[3,"Error","jsonrpc_lite","Error Object",null,null],[12,"code","","",0,null],[12,"message","","",0,null],[12,"data","","",0,null],[4,"Id","","An identifier established by the Client that MUST contain a String, Number,\nor NULL value if included. If it is not included it is assumed to be a notification.\nThe value SHOULD normally not be Null and Numbers SHOULD NOT contain fractional parts",null,null],[13,"Num","","",1,null],[13,"Str","","",1,null],[13,"Null","","",1,null],[4,"Params","","A Structured value that holds the parameter values to be used during the invocation of the method. This member MAY be omitted.",null,null],[13,"Array","","",2,null],[13,"Map","","",2,null],[13,"None","","",2,null],[4,"JsonRPC","","JSON-RPC 2.0 Request object and Response object\n[JSON-RPC 2.0 Specification](http://www.jsonrpc.org/specification).",null,null],[13,"Request","","Request object",3,null],[13,"Notification","","Notification object",3,null],[13,"Success","","Success Response",3,null],[13,"Error","","Error Response",3,null],[13,"ErrorRequst","","Error Request",3,null],[4,"ErrorCode","","Error Code",null,null],[13,"ParseError","","Invalid JSON was received by the server.\nAn error occurred on the server while parsing the JSON text.",4,null],[13,"InvalidRequest","","The JSON sent is not a valid Request object.",4,null],[13,"MethodNotFound","","The method does not exist / is not available.",4,null],[13,"InvalidParams","","Invalid method parameter(s).",4,null],[13,"InternalError","","Internal JSON-RPC error.",4,null],[13,"ServerError","","Reserved for implementation-defined server-errors.",4,null],[11,"fmt","","",1,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"clone","","",1,null],[11,"to_json","","",1,null],[11,"fmt","","",2,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"clone","","",2,null],[11,"to_json","","",2,null],[11,"fmt","","",3,null],[11,"eq","","",3,null],[11,"ne","","",3,null],[11,"clone","","",3,null],[11,"request","","Creates a JSON-RPC 2.0 request object without params",3,{"inputs":[{"name":"id"},{"name":"str"}],"output":{"name":"self"}}],[11,"request_with_params","","Creates a JSON-RPC 2.0 request object with params",3,{"inputs":[{"name":"id"},{"name":"str"},{"name":"params"}],"output":{"name":"self"}}],[11,"notification","","Creates a JSON-RPC 2.0 notification object without params",3,{"inputs":[{"name":"str"}],"output":{"name":"self"}}],[11,"notification_with_params","","Creates a JSON-RPC 2.0 notification object with params",3,{"inputs":[{"name":"str"},{"name":"params"}],"output":{"name":"self"}}],[11,"success","","Creates a JSON-RPC 2.0 success response object",3,{"inputs":[{"name":"id"},{"name":"value"}],"output":{"name":"self"}}],[11,"error","","Creates a JSON-RPC 2.0 error response object",3,{"inputs":[{"name":"id"},{"name":"error"}],"output":{"name":"self"}}],[11,"get_id","","",3,null],[11,"get_method","","",3,null],[11,"get_params","","",3,null],[11,"get_result","","",3,null],[11,"get_error","","",3,null],[11,"parse","","Parses JSON string to a array of JSON-RPC 2.0 object",3,{"inputs":[{"name":"str"}],"output":{"name":"vec"}}],[11,"parse_object","","Parses JSON value object to a JSON-RPC 2.0 object",3,{"inputs":[{"name":"value"}],"output":{"name":"self"}}],[11,"to_json","","Converts a JSON-RPC 2.0 object to a JSON value",3,null],[11,"fmt","","",4,null],[11,"eq","","",4,null],[11,"ne","","",4,null],[11,"clone","","",4,null],[11,"code","","",4,null],[11,"as_str","","",4,null],[11,"to_string","","",4,null],[11,"fmt","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"clone","","",0,null],[11,"new","","",0,{"inputs":[{"name":"errorcode"}],"output":{"name":"self"}}],[11,"parse_error","","",0,{"inputs":[],"output":{"name":"self"}}],[11,"invalid_request","","",0,{"inputs":[],"output":{"name":"self"}}],[11,"method_not_found","","",0,{"inputs":[],"output":{"name":"self"}}],[11,"invalid_params","","",0,{"inputs":[],"output":{"name":"self"}}],[11,"internal_error","","",0,{"inputs":[],"output":{"name":"self"}}],[11,"from_value","","",0,{"inputs":[{"name":"value"}],"output":{"name":"result"}}],[11,"to_json","","",0,null],[11,"description","","",0,null],[11,"fmt","","",0,null],[6,"Result","","",null,null]],"paths":[[3,"Error"],[4,"Id"],[4,"Params"],[4,"JsonRPC"],[4,"ErrorCode"]]}; initSearch(searchIndex);