pub struct EnvironmentConfigAnalyticsSettings {
pub max_users_for_statistics: Option<bool>,
}
Fields§
§max_users_for_statistics: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for EnvironmentConfigAnalyticsSettings
impl Clone for EnvironmentConfigAnalyticsSettings
Source§fn clone(&self) -> EnvironmentConfigAnalyticsSettings
fn clone(&self) -> EnvironmentConfigAnalyticsSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for EnvironmentConfigAnalyticsSettings
impl Default for EnvironmentConfigAnalyticsSettings
Source§fn default() -> EnvironmentConfigAnalyticsSettings
fn default() -> EnvironmentConfigAnalyticsSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentConfigAnalyticsSettings
impl<'de> Deserialize<'de> for EnvironmentConfigAnalyticsSettings
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
Source§impl PartialEq for EnvironmentConfigAnalyticsSettings
impl PartialEq for EnvironmentConfigAnalyticsSettings
Source§fn eq(&self, other: &EnvironmentConfigAnalyticsSettings) -> bool
fn eq(&self, other: &EnvironmentConfigAnalyticsSettings) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EnvironmentConfigAnalyticsSettings
Auto Trait Implementations§
impl Freeze for EnvironmentConfigAnalyticsSettings
impl RefUnwindSafe for EnvironmentConfigAnalyticsSettings
impl Send for EnvironmentConfigAnalyticsSettings
impl Sync for EnvironmentConfigAnalyticsSettings
impl Unpin for EnvironmentConfigAnalyticsSettings
impl UnwindSafe for EnvironmentConfigAnalyticsSettings
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