pub struct GroupByResult {
pub group_values: HashMap<String, Value>,
pub aggregates: AggregateResult,
}Expand description
Result of a group by query.
Fields§
§group_values: HashMap<String, Value>The grouped column values.
aggregates: AggregateResultThe aggregate results.
Trait Implementations§
Source§impl Clone for GroupByResult
impl Clone for GroupByResult
Source§fn clone(&self) -> GroupByResult
fn clone(&self) -> GroupByResult
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GroupByResult
impl RefUnwindSafe for GroupByResult
impl Send for GroupByResult
impl Sync for GroupByResult
impl Unpin for GroupByResult
impl UnwindSafe for GroupByResult
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)