Struct elasticsearch_dsl::search::queries::QueryCollection
source · [−]pub struct QueryCollection(_);
Expand description
A collection of queries
Implementations
Trait Implementations
sourceimpl Clone for QueryCollection
impl Clone for QueryCollection
sourcefn clone(&self) -> QueryCollection
fn clone(&self) -> QueryCollection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for QueryCollection
impl Debug for QueryCollection
sourceimpl Default for QueryCollection
impl Default for QueryCollection
sourcefn default() -> QueryCollection
fn default() -> QueryCollection
Returns the “default value” for a type. Read more
sourceimpl IntoIterator for QueryCollection
impl IntoIterator for QueryCollection
sourceimpl PartialEq<QueryCollection> for QueryCollection
impl PartialEq<QueryCollection> for QueryCollection
sourcefn eq(&self, other: &QueryCollection) -> bool
fn eq(&self, other: &QueryCollection) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &QueryCollection) -> bool
fn ne(&self, other: &QueryCollection) -> bool
This method tests for !=
.
sourceimpl Serialize for QueryCollection
impl Serialize for QueryCollection
impl StructuralPartialEq for QueryCollection
Auto Trait Implementations
impl RefUnwindSafe for QueryCollection
impl Send for QueryCollection
impl Sync for QueryCollection
impl Unpin for QueryCollection
impl UnwindSafe for QueryCollection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more