pub struct BulkAggregateQuestionResultsParams {
pub tenant_id: String,
pub bulk_aggregate_question_results_request: BulkAggregateQuestionResultsRequest,
pub force_recalculate: Option<bool>,
}Expand description
struct for passing parameters to the method bulk_aggregate_question_results
Fields§
§tenant_id: String§bulk_aggregate_question_results_request: BulkAggregateQuestionResultsRequest§force_recalculate: Option<bool>Trait Implementations§
Source§impl Clone for BulkAggregateQuestionResultsParams
impl Clone for BulkAggregateQuestionResultsParams
Source§fn clone(&self) -> BulkAggregateQuestionResultsParams
fn clone(&self) -> BulkAggregateQuestionResultsParams
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 BulkAggregateQuestionResultsParams
impl RefUnwindSafe for BulkAggregateQuestionResultsParams
impl Send for BulkAggregateQuestionResultsParams
impl Sync for BulkAggregateQuestionResultsParams
impl Unpin for BulkAggregateQuestionResultsParams
impl UnwindSafe for BulkAggregateQuestionResultsParams
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