pub struct FilterAggregation { /* private fields */ }
Expand description
A single bucket aggregation that narrows the set of documents to those that match a query.
Implementations§
Source§impl FilterAggregation
impl FilterAggregation
Trait Implementations§
Source§impl Clone for FilterAggregation
impl Clone for FilterAggregation
Source§fn clone(&self) -> FilterAggregation
fn clone(&self) -> FilterAggregation
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 FilterAggregation
impl Debug for FilterAggregation
Source§impl From<FilterAggregation> for Aggregation
impl From<FilterAggregation> for Aggregation
Source§fn from(q: FilterAggregation) -> Self
fn from(q: FilterAggregation) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FilterAggregation
impl PartialEq for FilterAggregation
Source§impl Serialize for FilterAggregation
impl Serialize for FilterAggregation
impl StructuralPartialEq for FilterAggregation
Auto Trait Implementations§
impl Freeze for FilterAggregation
impl RefUnwindSafe for FilterAggregation
impl Send for FilterAggregation
impl Sync for FilterAggregation
impl Unpin for FilterAggregation
impl UnwindSafe for FilterAggregation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more