pub struct SharedStoragePrivateAggregationConfig<'a> { /* private fields */ }Expand description
Represents a dictionary object passed in as privateAggregationConfig to run or selectURL.
Implementations§
Sourcepub fn builder(
filtering_id_max_bytes: u64,
) -> SharedStoragePrivateAggregationConfigBuilder<'a>
pub fn builder( filtering_id_max_bytes: u64, ) -> SharedStoragePrivateAggregationConfigBuilder<'a>
Creates a builder for this type with the required parameters:
filtering_id_max_bytes: Configures the maximum size allowed for filtering IDs.
Sourcepub fn aggregation_coordinator_origin(&self) -> Option<&str>
pub fn aggregation_coordinator_origin(&self) -> Option<&str>
The chosen aggregation service deployment.
Sourcepub fn context_id(&self) -> Option<&str>
pub fn context_id(&self) -> Option<&str>
The context ID provided.
Sourcepub fn filtering_id_max_bytes(&self) -> u64
pub fn filtering_id_max_bytes(&self) -> u64
Configures the maximum size allowed for filtering IDs.
Sourcepub fn max_contributions(&self) -> Option<i64>
pub fn max_contributions(&self) -> Option<i64>
The limit on the number of contributions in the final report.
Trait Implementations§
Source§fn clone(&self) -> SharedStoragePrivateAggregationConfig<'a>
fn clone(&self) -> SharedStoragePrivateAggregationConfig<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn default() -> SharedStoragePrivateAggregationConfig<'a>
fn default() -> SharedStoragePrivateAggregationConfig<'a>
Returns the “default value” for a type. Read more
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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