We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3dba2 commit 5ea6e93Copy full SHA for 5ea6e93
datadog-profiling/src/serializer/mod.rs
@@ -6,7 +6,7 @@ mod compressed_streaming_encoder;
6
pub use compressed_streaming_encoder::*;
7
8
#[repr(C)]
9
-#[derive(Debug, Default)]
+#[derive(Copy, Clone, Debug, Default)]
10
pub enum UploadCompression {
11
Off,
12
/// On is the default, with the exact compression algorithm being
0 commit comments