pub struct DatadogConfig {
pub api_key: String,
}
Fields§
§api_key: String
Trait Implementations§
Source§impl Clone for DatadogConfig
impl Clone for DatadogConfig
Source§fn clone(&self) -> DatadogConfig
fn clone(&self) -> DatadogConfig
Returns a copy of the value. Read more
1.0.0 · 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 DatadogConfig
impl<'de> Deserialize<'de> for DatadogConfig
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 DatadogConfig
impl PartialEq for DatadogConfig
Source§impl Serialize for DatadogConfig
impl Serialize for DatadogConfig
impl Eq for DatadogConfig
impl StructuralPartialEq for DatadogConfig
Auto Trait Implementations§
impl Freeze for DatadogConfig
impl RefUnwindSafe for DatadogConfig
impl Send for DatadogConfig
impl Sync for DatadogConfig
impl Unpin for DatadogConfig
impl UnwindSafe for DatadogConfig
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