var searchIndex = {}; searchIndex["resp"] = {"doc":"RESP and serialization","items":[[3,"Decoder","resp","",null,null],[4,"Value","","Represents a RESP value\nhttp://redis.io/topics/protocol",null,null],[13,"Null","","Null bulk reply, $-1\\r\\n",0,null],[13,"NullArray","","Null array reply, *-1\\r\\n",0,null],[13,"String","","For Simple Strings the first byte of the reply is "+"[43]",0,null],[13,"Error","","For Errors the first byte of the reply is "-"[45]",0,null],[13,"Integer","","For Integers the first byte of the reply is ":"[58]",0,null],[13,"Bulk","","For Bulk Strings the first byte of the reply is "$"[36]",0,null],[13,"BufBulk","","For Bulk <binary> Strings the first byte of the reply is "$"[36]",0,null],[13,"Array","","For Arrays the first byte of the reply is "*"[42]",0,null],[5,"encode","","",null,{"inputs":[{"name":"value"}],"output":{"name":"vec"}}],[5,"encode_slice","","",null,null],[11,"fmt","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"clone","","",0,null],[11,"is_null","","Returns true if the `Value` is a Null. Returns false otherwise.",0,null],[11,"is_error","","Returns true if the `Value` is a Error. Returns false otherwise.",0,null],[11,"encode","","",0,null],[11,"to_encoded_string","","",0,null],[11,"to_beautify_string","","",0,null],[11,"fmt","","",1,null],[11,"new","","",1,{"inputs":[],"output":{"name":"self"}}],[11,"with_buf_bulk","","",1,{"inputs":[],"output":{"name":"self"}}],[11,"feed","","",1,null],[11,"read","","",1,null],[11,"buffer_len","","",1,null],[11,"result_len","","",1,null]],"paths":[[4,"Value"],[3,"Decoder"]]}; initSearch(searchIndex);