pub struct ChildrenAggregation { /* private fields */ }
Expand description
A single bucket aggregation that selects child documents that have the specified type, then executes a sub-aggregation for the children documents.
Implementations§
Source§impl ChildrenAggregation
impl ChildrenAggregation
Trait Implementations§
Source§impl Clone for ChildrenAggregation
impl Clone for ChildrenAggregation
Source§fn clone(&self) -> ChildrenAggregation
fn clone(&self) -> ChildrenAggregation
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 ChildrenAggregation
impl Debug for ChildrenAggregation
Source§impl From<ChildrenAggregation> for Aggregation
impl From<ChildrenAggregation> for Aggregation
Source§fn from(q: ChildrenAggregation) -> Self
fn from(q: ChildrenAggregation) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChildrenAggregation
impl PartialEq for ChildrenAggregation
Source§impl Serialize for ChildrenAggregation
impl Serialize for ChildrenAggregation
impl StructuralPartialEq for ChildrenAggregation
Auto Trait Implementations§
impl Freeze for ChildrenAggregation
impl RefUnwindSafe for ChildrenAggregation
impl Send for ChildrenAggregation
impl Sync for ChildrenAggregation
impl Unpin for ChildrenAggregation
impl UnwindSafe for ChildrenAggregation
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