pub struct ConsoleSettingsGoogleAnalytics {
pub anonymize_users: Option<bool>,
pub tracking_id: Option<String>,
}Expand description
ConsoleSettingsGoogleAnalytics : GoogleAnalytics carries no tracking id and anonymizes users — this console reports no analytics.
Fields§
§anonymize_users: Option<bool>§tracking_id: Option<String>Implementations§
Source§impl ConsoleSettingsGoogleAnalytics
impl ConsoleSettingsGoogleAnalytics
Sourcepub fn new() -> ConsoleSettingsGoogleAnalytics
pub fn new() -> ConsoleSettingsGoogleAnalytics
GoogleAnalytics carries no tracking id and anonymizes users — this console reports no analytics.
Trait Implementations§
Source§impl Clone for ConsoleSettingsGoogleAnalytics
impl Clone for ConsoleSettingsGoogleAnalytics
Source§fn clone(&self) -> ConsoleSettingsGoogleAnalytics
fn clone(&self) -> ConsoleSettingsGoogleAnalytics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConsoleSettingsGoogleAnalytics
impl Default for ConsoleSettingsGoogleAnalytics
Source§fn default() -> ConsoleSettingsGoogleAnalytics
fn default() -> ConsoleSettingsGoogleAnalytics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsoleSettingsGoogleAnalytics
impl<'de> Deserialize<'de> for ConsoleSettingsGoogleAnalytics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ConsoleSettingsGoogleAnalytics
Auto Trait Implementations§
impl Freeze for ConsoleSettingsGoogleAnalytics
impl RefUnwindSafe for ConsoleSettingsGoogleAnalytics
impl Send for ConsoleSettingsGoogleAnalytics
impl Sync for ConsoleSettingsGoogleAnalytics
impl Unpin for ConsoleSettingsGoogleAnalytics
impl UnsafeUnpin for ConsoleSettingsGoogleAnalytics
impl UnwindSafe for ConsoleSettingsGoogleAnalytics
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