var searchIndex = {}; searchIndex["serde_yaml"] = {"doc":"","items":[[0,"de","serde_yaml","YAML Deserialization",null,null],[3,"Deserializer","serde_yaml::de","A structure for deserializing a YAML value into a Rust value.",null,null],[5,"from_str","","Decodes a YAML value from a `&str`.",null,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[11,"new","","Creates the YAML deserializer from an in-memory `Yaml`.",0,{"inputs":[{"name":"yaml"}],"output":{"name":"self"}}],[11,"deserialize","","",0,null],[11,"deserialize_option","","Parses `null` as None and any other values as `Some(...)`.",0,null],[11,"deserialize_newtype_struct","","Parses a newtype struct as the underlying value.",0,null],[11,"deserialize_enum","","Parses an enum as a single key:value pair where the key identifies the\nvariant and the value gives the content.",0,null],[0,"ser","serde_yaml","YAML Serialization",null,null],[3,"Serializer","serde_yaml::ser","A structure for serializing a Rust value into a YAML value.",null,null],[5,"to_writer","","",null,{"inputs":[{"name":"w"},{"name":"t"}],"output":{"name":"result"}}],[5,"to_string","","",null,{"inputs":[{"name":"t"}],"output":{"name":"result"}}],[11,"new","","",1,{"inputs":[{"name":"yaml"}],"output":{"name":"self"}}],[11,"serialize_bool","","",1,null],[11,"serialize_i64","","",1,null],[11,"serialize_u64","","",1,null],[11,"serialize_f64","","",1,null],[11,"serialize_str","","",1,null],[11,"serialize_unit","","",1,null],[11,"serialize_none","","",1,null],[11,"serialize_some","","",1,null],[11,"serialize_seq","","",1,null],[11,"serialize_seq_elt","","",1,null],[11,"serialize_map","","",1,null],[11,"serialize_map_elt","","",1,null],[11,"serialize_unit_variant","","",1,null],[11,"serialize_newtype_struct","","Override `serialize_newtype_struct` to serialize newtypes without an object wrapper.",1,null],[11,"serialize_newtype_variant","","",1,null],[11,"serialize_tuple_variant","","",1,null],[11,"serialize_struct_variant","","",1,null],[0,"error","serde_yaml","",null,null],[4,"Error","serde_yaml::error","This type represents all possible errors that can occur when serializing or\ndeserializing a value using YAML.",null,null],[13,"Custom","","",2,null],[13,"EndOfStream","","",2,null],[13,"Emit","","",2,null],[13,"Scan","","",2,null],[13,"FromUtf8","","",2,null],[13,"AliasUnsupported","","",2,null],[13,"TooManyDocuments","","",2,null],[13,"VariantMapWrongSize","","",2,null],[13,"VariantNotAMap","","",2,null],[6,"Result","","Helper alias for `Result` objects that return a YAML `Error`.",null,null],[11,"fmt","","",2,null],[11,"description","","",2,null],[11,"cause","","",2,null],[11,"fmt","","",2,null],[11,"from","","",2,{"inputs":[{"name":"emiterror"}],"output":{"name":"error"}}],[11,"from","","",2,{"inputs":[{"name":"scanerror"}],"output":{"name":"error"}}],[11,"from","","",2,{"inputs":[{"name":"fromutf8error"}],"output":{"name":"error"}}],[11,"custom","","",2,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"custom","","",2,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"end_of_stream","","",2,{"inputs":[],"output":{"name":"self"}}]],"paths":[[3,"Deserializer"],[3,"Serializer"],[4,"Error"]]}; initSearch(searchIndex);