Struct elasticsearch_dsl::search::queries::QueryCollection
source · pub struct QueryCollection(_);
Expand description
A collection of queries
Implementations§
Trait Implementations§
source§impl Clone for QueryCollection
impl Clone for QueryCollection
source§fn clone(&self) -> QueryCollection
fn clone(&self) -> QueryCollection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QueryCollection
impl Debug for QueryCollection
source§impl Default for QueryCollection
impl Default for QueryCollection
source§fn default() -> QueryCollection
fn default() -> QueryCollection
Returns the “default value” for a type. Read more