pub struct DatadogConfigurationUseV3Api {
pub series: Option<DatadogConfigurationUseV3ApiSeries>,
}Fields§
§series: Option<DatadogConfigurationUseV3ApiSeries>Trait Implementations§
Source§impl Clone for DatadogConfigurationUseV3Api
impl Clone for DatadogConfigurationUseV3Api
Source§fn clone(&self) -> DatadogConfigurationUseV3Api
fn clone(&self) -> DatadogConfigurationUseV3Api
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 Debug for DatadogConfigurationUseV3Api
impl Debug for DatadogConfigurationUseV3Api
Source§impl<'de> Deserialize<'de> for DatadogConfigurationUseV3Api
impl<'de> Deserialize<'de> for DatadogConfigurationUseV3Api
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 DatadogConfigurationUseV3Api
impl RefUnwindSafe for DatadogConfigurationUseV3Api
impl Send for DatadogConfigurationUseV3Api
impl Sync for DatadogConfigurationUseV3Api
impl Unpin for DatadogConfigurationUseV3Api
impl UnsafeUnpin for DatadogConfigurationUseV3Api
impl UnwindSafe for DatadogConfigurationUseV3Api
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