pub struct DatadogConfigurationDataPlaneDogstatsd {
pub aggregator_tag_filter_cache_capacity: i64,
}Fields§
§aggregator_tag_filter_cache_capacity: i64Trait Implementations§
Source§impl Clone for DatadogConfigurationDataPlaneDogstatsd
impl Clone for DatadogConfigurationDataPlaneDogstatsd
Source§fn clone(&self) -> DatadogConfigurationDataPlaneDogstatsd
fn clone(&self) -> DatadogConfigurationDataPlaneDogstatsd
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<'de> Deserialize<'de> for DatadogConfigurationDataPlaneDogstatsd
impl<'de> Deserialize<'de> for DatadogConfigurationDataPlaneDogstatsd
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
Auto Trait Implementations§
impl Freeze for DatadogConfigurationDataPlaneDogstatsd
impl RefUnwindSafe for DatadogConfigurationDataPlaneDogstatsd
impl Send for DatadogConfigurationDataPlaneDogstatsd
impl Sync for DatadogConfigurationDataPlaneDogstatsd
impl Unpin for DatadogConfigurationDataPlaneDogstatsd
impl UnsafeUnpin for DatadogConfigurationDataPlaneDogstatsd
impl UnwindSafe for DatadogConfigurationDataPlaneDogstatsd
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