Struct elasticsearch_dsl::search::aggregations::bucket::AfterKey
source · pub struct AfterKey(/* private fields */);Expand description
Represents the after key for pagination in composite aggregations.
The AfterKey is used to paginate through the composite aggregation results.
It is typically a JSON object containing the values of the composite keys.
Implementations§
Trait Implementations§
impl StructuralPartialEq for AfterKey
Auto Trait Implementations§
impl Freeze for AfterKey
impl RefUnwindSafe for AfterKey
impl Send for AfterKey
impl Sync for AfterKey
impl Unpin for AfterKey
impl UnwindSafe for AfterKey
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)