pub struct SharedStoragePrivateAggregationConfigBuilder<'a> { /* private fields */ }Implementations§
Sourcepub fn aggregationCoordinatorOrigin(
self,
aggregationCoordinatorOrigin: impl Into<Cow<'a, str>>,
) -> Self
pub fn aggregationCoordinatorOrigin( self, aggregationCoordinatorOrigin: impl Into<Cow<'a, str>>, ) -> Self
The chosen aggregation service deployment.
Sourcepub fn maxContributions(self, maxContributions: i64) -> Self
pub fn maxContributions(self, maxContributions: 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