#[non_exhaustive]pub struct GoogleAnalyticsConnectorProfileProperties {}
Expand description
The connector-specific profile properties required by Google Analytics.
Implementations
sourceimpl GoogleAnalyticsConnectorProfileProperties
impl GoogleAnalyticsConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GoogleAnalyticsConnectorProfileProperties
.
Trait Implementations
sourceimpl Clone for GoogleAnalyticsConnectorProfileProperties
impl Clone for GoogleAnalyticsConnectorProfileProperties
sourcefn clone(&self) -> GoogleAnalyticsConnectorProfileProperties
fn clone(&self) -> GoogleAnalyticsConnectorProfileProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GoogleAnalyticsConnectorProfileProperties> for GoogleAnalyticsConnectorProfileProperties
impl PartialEq<GoogleAnalyticsConnectorProfileProperties> for GoogleAnalyticsConnectorProfileProperties
sourcefn eq(&self, other: &GoogleAnalyticsConnectorProfileProperties) -> bool
fn eq(&self, other: &GoogleAnalyticsConnectorProfileProperties) -> bool
impl StructuralPartialEq for GoogleAnalyticsConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for GoogleAnalyticsConnectorProfileProperties
impl Send for GoogleAnalyticsConnectorProfileProperties
impl Sync for GoogleAnalyticsConnectorProfileProperties
impl Unpin for GoogleAnalyticsConnectorProfileProperties
impl UnwindSafe for GoogleAnalyticsConnectorProfileProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more