Struct elastic_query_builder::query::match_all_query::MatchAllQuery
source · pub struct MatchAllQuery { /* private fields */ }
Implementations§
source§impl MatchAllQuery
impl MatchAllQuery
pub fn new() -> MatchAllQuery
pub fn set_boost(self, boost: f64) -> MatchAllQuery
Trait Implementations§
source§impl Default for MatchAllQuery
impl Default for MatchAllQuery
source§fn default() -> MatchAllQuery
fn default() -> MatchAllQuery
Returns the “default value” for a type. Read more