dmolokanov / appinsights-rs

Application Insights SDK for Rust
MIT License
33 stars 24 forks source link

Derive from `Clone` for `TelemetryConfig` #260

Closed DrChat closed 1 year ago

DrChat commented 2 years ago

Just simply adds a Clone derivation for the telemetry config, since this came up in my use of this library.