pub struct AttributionReportingAggregatableValueEntryBuilder { /* private fields */ }Expand description
Builder for AttributionReportingAggregatableValueEntry.
Implementations§
Source§impl AttributionReportingAggregatableValueEntryBuilder
impl AttributionReportingAggregatableValueEntryBuilder
pub fn values<VALUE: Into<Vec<AttributionReportingAggregatableValueDictEntry>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn filters<VALUE: Into<AttributionReportingFilterPair>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<AttributionReportingAggregatableValueEntry, AttributionReportingAggregatableValueEntryBuilderError>
pub fn build( &self, ) -> Result<AttributionReportingAggregatableValueEntry, AttributionReportingAggregatableValueEntryBuilderError>
Builds a new AttributionReportingAggregatableValueEntry.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for AttributionReportingAggregatableValueEntryBuilder
impl Clone for AttributionReportingAggregatableValueEntryBuilder
Source§fn clone(&self) -> AttributionReportingAggregatableValueEntryBuilder
fn clone(&self) -> AttributionReportingAggregatableValueEntryBuilder
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 AttributionReportingAggregatableValueEntryBuilder
impl RefUnwindSafe for AttributionReportingAggregatableValueEntryBuilder
impl Send for AttributionReportingAggregatableValueEntryBuilder
impl Sync for AttributionReportingAggregatableValueEntryBuilder
impl Unpin for AttributionReportingAggregatableValueEntryBuilder
impl UnsafeUnpin for AttributionReportingAggregatableValueEntryBuilder
impl UnwindSafe for AttributionReportingAggregatableValueEntryBuilder
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