Enum aws_sigv4::http_request::SignatureLocation [−][src]
#[non_exhaustive]
pub enum SignatureLocation {
Headers,
QueryParams,
}
Expand description
Where to place signing values in the HTTP request
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Headers
Place the signature in the request headers
QueryParams
Place the signature in the request query parameters
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SignatureLocation
impl Send for SignatureLocation
impl Sync for SignatureLocation
impl Unpin for SignatureLocation
impl UnwindSafe for SignatureLocation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more