#[non_exhaustive]pub struct GoogleAnalyticsSourceProperties { /* private fields */ }
Expand description
The properties that are applied when Google Analytics is being used as a source.
Implementations
sourceimpl GoogleAnalyticsSourceProperties
impl GoogleAnalyticsSourceProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GoogleAnalyticsSourceProperties
.
Trait Implementations
sourceimpl Clone for GoogleAnalyticsSourceProperties
impl Clone for GoogleAnalyticsSourceProperties
sourcefn clone(&self) -> GoogleAnalyticsSourceProperties
fn clone(&self) -> GoogleAnalyticsSourceProperties
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<GoogleAnalyticsSourceProperties> for GoogleAnalyticsSourceProperties
impl PartialEq<GoogleAnalyticsSourceProperties> for GoogleAnalyticsSourceProperties
sourcefn eq(&self, other: &GoogleAnalyticsSourceProperties) -> bool
fn eq(&self, other: &GoogleAnalyticsSourceProperties) -> bool
impl StructuralPartialEq for GoogleAnalyticsSourceProperties
Auto Trait Implementations
impl RefUnwindSafe for GoogleAnalyticsSourceProperties
impl Send for GoogleAnalyticsSourceProperties
impl Sync for GoogleAnalyticsSourceProperties
impl Unpin for GoogleAnalyticsSourceProperties
impl UnwindSafe for GoogleAnalyticsSourceProperties
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