pub struct SharedStoragePrivateAggregationConfigBuilder<'a> { /* private fields */ }Implementations§
Sourcepub fn aggregation_coordinator_origin(
self,
aggregation_coordinator_origin: impl Into<Cow<'a, str>>,
) -> Self
pub fn aggregation_coordinator_origin( self, aggregation_coordinator_origin: impl Into<Cow<'a, str>>, ) -> Self
The chosen aggregation service deployment.
Sourcepub fn context_id(self, context_id: impl Into<Cow<'a, str>>) -> Self
pub fn context_id(self, context_id: impl Into<Cow<'a, str>>) -> Self
The context ID provided.
Sourcepub fn max_contributions(self, max_contributions: i64) -> Self
pub fn max_contributions(self, max_contributions: i64) -> Self
The limit on the number of contributions in the final report.
pub fn build(self) -> SharedStoragePrivateAggregationConfig<'a>
Auto Trait Implementations§
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