pub struct SetInterestGroupTrackingParamsBuilder { /* private fields */ }
Implementations§
source§impl SetInterestGroupTrackingParamsBuilder
impl SetInterestGroupTrackingParamsBuilder
pub fn enable( self, enable: impl Into<bool> ) -> SetInterestGroupTrackingParamsBuilder
pub fn build(self) -> Result<SetInterestGroupTrackingParams, String>
Trait Implementations§
source§impl Clone for SetInterestGroupTrackingParamsBuilder
impl Clone for SetInterestGroupTrackingParamsBuilder
source§fn clone(&self) -> SetInterestGroupTrackingParamsBuilder
fn clone(&self) -> SetInterestGroupTrackingParamsBuilder
Returns a copy 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 moresource§impl Default for SetInterestGroupTrackingParamsBuilder
impl Default for SetInterestGroupTrackingParamsBuilder
source§fn default() -> SetInterestGroupTrackingParamsBuilder
fn default() -> SetInterestGroupTrackingParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SetInterestGroupTrackingParamsBuilder
impl Send for SetInterestGroupTrackingParamsBuilder
impl Sync for SetInterestGroupTrackingParamsBuilder
impl Unpin for SetInterestGroupTrackingParamsBuilder
impl UnwindSafe for SetInterestGroupTrackingParamsBuilder
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