pub struct DatadogOptions {
pub api_key: String,
pub service_name: String,
pub region: Option<Region>,
pub url: Option<String>,
pub tags: Option<String>,
}
Fields§
§api_key: String
§service_name: String
§region: Option<Region>
§url: Option<String>
Implementations§
Trait Implementations§
Source§impl Debug for DatadogOptions
impl Debug for DatadogOptions
Source§impl Default for DatadogOptions
impl Default for DatadogOptions
Source§fn default() -> DatadogOptions
fn default() -> DatadogOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DatadogOptions
impl RefUnwindSafe for DatadogOptions
impl Send for DatadogOptions
impl Sync for DatadogOptions
impl Unpin for DatadogOptions
impl UnwindSafe for DatadogOptions
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