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