Struct rs_es::query::MatchAllQuery  
                   
                       [−]
                   
               [src]
pub struct MatchAllQuery {
    // some fields omitted
}Match all query
Methods
impl MatchAllQuery[src]
fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for MatchAllQuery[src]
impl Default for MatchAllQuery[src]
fn default() -> MatchAllQuery
Returns the "default value" for a type. Read more