pub struct AttributionReportingAggregatableDebugReportingConfigBuilder { /* private fields */ }Expand description
Builder for AttributionReportingAggregatableDebugReportingConfig.
Implementations§
Source§impl AttributionReportingAggregatableDebugReportingConfigBuilder
impl AttributionReportingAggregatableDebugReportingConfigBuilder
Sourcepub fn budget<VALUE: Into<JsFloat>>(&mut self, value: VALUE) -> &mut Self
pub fn budget<VALUE: Into<JsFloat>>(&mut self, value: VALUE) -> &mut Self
number instead of integer because not all uint32 can be represented by int, only present for source registrations
pub fn key_piece<VALUE: Into<UnsignedInt128AsBase16>>( &mut self, value: VALUE, ) -> &mut Self
pub fn debug_data<VALUE: Into<Vec<AttributionReportingAggregatableDebugReportingData>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn aggregation_coordinator_origin<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<AttributionReportingAggregatableDebugReportingConfig, AttributionReportingAggregatableDebugReportingConfigBuilderError>
pub fn build( &self, ) -> Result<AttributionReportingAggregatableDebugReportingConfig, AttributionReportingAggregatableDebugReportingConfigBuilderError>
Builds a new AttributionReportingAggregatableDebugReportingConfig.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for AttributionReportingAggregatableDebugReportingConfigBuilder
impl Clone for AttributionReportingAggregatableDebugReportingConfigBuilder
Source§fn clone(&self) -> AttributionReportingAggregatableDebugReportingConfigBuilder
fn clone(&self) -> AttributionReportingAggregatableDebugReportingConfigBuilder
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 AttributionReportingAggregatableDebugReportingConfigBuilder
impl RefUnwindSafe for AttributionReportingAggregatableDebugReportingConfigBuilder
impl Send for AttributionReportingAggregatableDebugReportingConfigBuilder
impl Sync for AttributionReportingAggregatableDebugReportingConfigBuilder
impl Unpin for AttributionReportingAggregatableDebugReportingConfigBuilder
impl UnsafeUnpin for AttributionReportingAggregatableDebugReportingConfigBuilder
impl UnwindSafe for AttributionReportingAggregatableDebugReportingConfigBuilder
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