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