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 590f01a commit d78bb62Copy full SHA for d78bb62
aws/rust-runtime/aws-sigv4/src/http_request/settings.rs
@@ -10,7 +10,7 @@ use std::time::Duration;
10
pub type SigningParams<'a> = crate::SigningParams<'a, SigningSettings>;
11
12
/// HTTP-specific signing settings
13
-#[derive(Debug, PartialEq)]
+#[derive(Debug, PartialEq, Eq)]
14
#[non_exhaustive]
15
pub struct SigningSettings {
16
/// Specifies how to encode the request URL when signing. Some services do not decode
0 commit comments