Struct rs_es::query::IndexedShape [] [src]

pub struct IndexedShape {
    // some fields omitted
}

Methods

impl IndexedShape

fn new<A, B, C, D>(id: A, doc_type: B, index: C, path: D) -> IndexedShape where A: Into<String>, B: Into<String>, C: Into<String>, D: Into<String>

Trait Implementations

impl ToJson for IndexedShape

fn to_json(&self) -> Json

Derived Implementations

impl Debug for IndexedShape

fn fmt(&self, __arg_0: &mut Formatter) -> Result