pub struct AttributionReportingSourceRegisteredEventParamsBuilder { /* private fields */ }Expand description
Builder for AttributionReportingSourceRegisteredEventParams.
Implementations§
Source§impl AttributionReportingSourceRegisteredEventParamsBuilder
impl AttributionReportingSourceRegisteredEventParamsBuilder
pub fn registration( &mut self, value: AttributionReportingSourceRegistration, ) -> &mut Self
pub fn result( &mut self, value: AttributionReportingSourceRegistrationResult, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<AttributionReportingSourceRegisteredEventParams, AttributionReportingSourceRegisteredEventParamsBuilderError>
pub fn build( &self, ) -> Result<AttributionReportingSourceRegisteredEventParams, AttributionReportingSourceRegisteredEventParamsBuilderError>
Builds a new AttributionReportingSourceRegisteredEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for AttributionReportingSourceRegisteredEventParamsBuilder
impl Clone for AttributionReportingSourceRegisteredEventParamsBuilder
Source§fn clone(&self) -> AttributionReportingSourceRegisteredEventParamsBuilder
fn clone(&self) -> AttributionReportingSourceRegisteredEventParamsBuilder
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 AttributionReportingSourceRegisteredEventParamsBuilder
impl RefUnwindSafe for AttributionReportingSourceRegisteredEventParamsBuilder
impl Send for AttributionReportingSourceRegisteredEventParamsBuilder
impl Sync for AttributionReportingSourceRegisteredEventParamsBuilder
impl Unpin for AttributionReportingSourceRegisteredEventParamsBuilder
impl UnsafeUnpin for AttributionReportingSourceRegisteredEventParamsBuilder
impl UnwindSafe for AttributionReportingSourceRegisteredEventParamsBuilder
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