Struct elastic_query_builder::query::exists_query::ExistsQuery
source · pub struct ExistsQuery { /* private fields */ }
Implementations§
source§impl ExistsQuery
impl ExistsQuery
pub fn new(field: &str) -> ExistsQuery
Trait Implementations§
source§impl Default for ExistsQuery
impl Default for ExistsQuery
source§fn default() -> ExistsQuery
fn default() -> ExistsQuery
Returns the “default value” for a type. Read more