pub struct AggregateParams {
pub tenant_id: String,
pub aggregation_request: AggregationRequest,
pub parent_tenant_id: Option<String>,
pub include_stats: Option<bool>,
}Expand description
struct for passing parameters to the method aggregate
Fields§
§tenant_id: String§aggregation_request: AggregationRequest§parent_tenant_id: Option<String>§include_stats: Option<bool>Trait Implementations§
Source§impl Clone for AggregateParams
impl Clone for AggregateParams
Source§fn clone(&self) -> AggregateParams
fn clone(&self) -> AggregateParams
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AggregateParams
impl RefUnwindSafe for AggregateParams
impl Send for AggregateParams
impl Sync for AggregateParams
impl Unpin for AggregateParams
impl UnwindSafe for AggregateParams
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