Enum warheadhateus::SAM [] [src]

pub enum SAM {
    AWS4HMACSHA256,
    AWS4HMACSHA256PAYLOAD,
}

Singing Algorithm Moniker

Variants

AWS Signature Version 4, HMAC-SHA256

AWS Signature Version 4, HMAC-SHA256 Payload (used for chunked mode).

Trait Implementations

impl Default for SAM
[src]

Returns the "default value" for a type. Read more

impl<'a> Into<String> for &'a SAM
[src]

Performs the conversion.

impl Display for SAM
[src]

Formats the value using the given formatter. Read more