pub struct NestedAggregation { /* private fields */ }
Expand description
A special single-bucket aggregation that enables aggregating nested documents.
Implementations§
Source§impl NestedAggregation
impl NestedAggregation
Trait Implementations§
Source§impl Clone for NestedAggregation
impl Clone for NestedAggregation
Source§fn clone(&self) -> NestedAggregation
fn clone(&self) -> NestedAggregation
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 NestedAggregation
impl Debug for NestedAggregation
Source§impl From<NestedAggregation> for Aggregation
impl From<NestedAggregation> for Aggregation
Source§fn from(q: NestedAggregation) -> Self
fn from(q: NestedAggregation) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NestedAggregation
impl PartialEq for NestedAggregation
Source§impl Serialize for NestedAggregation
impl Serialize for NestedAggregation
impl StructuralPartialEq for NestedAggregation
Auto Trait Implementations§
impl Freeze for NestedAggregation
impl RefUnwindSafe for NestedAggregation
impl Send for NestedAggregation
impl Sync for NestedAggregation
impl Unpin for NestedAggregation
impl UnwindSafe for NestedAggregation
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