pub struct AttributionReportingFilterPairBuilder { /* private fields */ }Expand description
Builder for AttributionReportingFilterPair.
Implementations§
Source§impl AttributionReportingFilterPairBuilder
impl AttributionReportingFilterPairBuilder
pub fn filters<VALUE: Into<Vec<AttributionReportingFilterConfig>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn not_filters<VALUE: Into<Vec<AttributionReportingFilterConfig>>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<AttributionReportingFilterPair, AttributionReportingFilterPairBuilderError>
pub fn build( &self, ) -> Result<AttributionReportingFilterPair, AttributionReportingFilterPairBuilderError>
Trait Implementations§
Source§impl Clone for AttributionReportingFilterPairBuilder
impl Clone for AttributionReportingFilterPairBuilder
Source§fn clone(&self) -> AttributionReportingFilterPairBuilder
fn clone(&self) -> AttributionReportingFilterPairBuilder
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 AttributionReportingFilterPairBuilder
impl RefUnwindSafe for AttributionReportingFilterPairBuilder
impl Send for AttributionReportingFilterPairBuilder
impl Sync for AttributionReportingFilterPairBuilder
impl Unpin for AttributionReportingFilterPairBuilder
impl UnsafeUnpin for AttributionReportingFilterPairBuilder
impl UnwindSafe for AttributionReportingFilterPairBuilder
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