(function() {var implementors = {};
implementors["serde_json"] = [{text:"impl Serialize for Map<String, Value>",synthetic:false,types:["serde_json::map::Map"]},{text:"impl Serialize for Value",synthetic:false,types:["serde_json::value::Value"]},{text:"impl Serialize for Number",synthetic:false,types:["serde_json::number::Number"]},];
implementors["tantivy"] = [{text:"impl Serialize for Facet",synthetic:false,types:["tantivy::schema::facet::Facet"]},{text:"impl Serialize for Schema",synthetic:false,types:["tantivy::schema::schema::Schema"]},{text:"impl Serialize for FieldEntry",synthetic:false,types:["tantivy::schema::field_entry::FieldEntry"]},{text:"impl Serialize for Value",synthetic:false,types:["tantivy::schema::value::Value"]},];
implementors["uuid"] = [{text:"impl Serialize for Uuid",synthetic:false,types:["uuid::Uuid"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()