pub struct EnvironmentConfigMetricsSettings {
pub enable: Option<bool>,
pub block_profile_rate: Option<bool>,
pub listen_address: Option<bool>,
}
Fields§
§enable: Option<bool>
§block_profile_rate: Option<bool>
§listen_address: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for EnvironmentConfigMetricsSettings
impl Clone for EnvironmentConfigMetricsSettings
Source§fn clone(&self) -> EnvironmentConfigMetricsSettings
fn clone(&self) -> EnvironmentConfigMetricsSettings
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 EnvironmentConfigMetricsSettings
impl Default for EnvironmentConfigMetricsSettings
Source§fn default() -> EnvironmentConfigMetricsSettings
fn default() -> EnvironmentConfigMetricsSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentConfigMetricsSettings
impl<'de> Deserialize<'de> for EnvironmentConfigMetricsSettings
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 EnvironmentConfigMetricsSettings
impl PartialEq for EnvironmentConfigMetricsSettings
Source§fn eq(&self, other: &EnvironmentConfigMetricsSettings) -> bool
fn eq(&self, other: &EnvironmentConfigMetricsSettings) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EnvironmentConfigMetricsSettings
Auto Trait Implementations§
impl Freeze for EnvironmentConfigMetricsSettings
impl RefUnwindSafe for EnvironmentConfigMetricsSettings
impl Send for EnvironmentConfigMetricsSettings
impl Sync for EnvironmentConfigMetricsSettings
impl Unpin for EnvironmentConfigMetricsSettings
impl UnwindSafe for EnvironmentConfigMetricsSettings
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