Struct rs_es::query::specialized::Doc
[−]
[src]
pub struct Doc {
// some fields omitted
}pub struct Doc {
// some fields omitted
}impl Doc[src]fn from_doc<A, B>(index: A, doc_type: B, doc: Value) -> Doc where A: Into<String>, B: Into<String>fn id<A, B, C>(index: A, doc_type: B, id: C) -> Doc where A: Into<String>, B: Into<String>, C: Into<String>impl Debug for Doc[src]