pub struct SetProtectedAudienceKAnonymityBuilder { /* private fields */ }Expand description
Builder for SetProtectedAudienceKAnonymity.
Implementations§
Source§impl SetProtectedAudienceKAnonymityBuilder
impl SetProtectedAudienceKAnonymityBuilder
pub fn owner<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn hashes<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<SetProtectedAudienceKAnonymity, SetProtectedAudienceKAnonymityBuilderError>
pub fn build( &self, ) -> Result<SetProtectedAudienceKAnonymity, SetProtectedAudienceKAnonymityBuilderError>
Trait Implementations§
Source§impl Clone for SetProtectedAudienceKAnonymityBuilder
impl Clone for SetProtectedAudienceKAnonymityBuilder
Source§fn clone(&self) -> SetProtectedAudienceKAnonymityBuilder
fn clone(&self) -> SetProtectedAudienceKAnonymityBuilder
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 SetProtectedAudienceKAnonymityBuilder
impl RefUnwindSafe for SetProtectedAudienceKAnonymityBuilder
impl Send for SetProtectedAudienceKAnonymityBuilder
impl Sync for SetProtectedAudienceKAnonymityBuilder
impl Unpin for SetProtectedAudienceKAnonymityBuilder
impl UnsafeUnpin for SetProtectedAudienceKAnonymityBuilder
impl UnwindSafe for SetProtectedAudienceKAnonymityBuilder
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