Struct rs_es::query::IdsQuery [] [src]

pub struct IdsQuery {
    // some fields omitted
}

Methods

impl IdsQuery

fn with_type<T: Into<OneOrMany<String>>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for IdsQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for IdsQuery

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