Struct scratchstack_aws_signature::KServiceKey
source · pub struct KServiceKey { /* private fields */ }
Expand description
The kService
key: an AWS kRegion
key, HMAC-SHA256 hashed with the service.
Implementations§
source§impl KServiceKey
impl KServiceKey
sourcepub fn to_ksigning(&self) -> KSigningKey
pub fn to_ksigning(&self) -> KSigningKey
Create a new KSigningKey
from this KServiceKey
.
Trait Implementations§
source§impl Clone for KServiceKey
impl Clone for KServiceKey
source§fn clone(&self) -> KServiceKey
fn clone(&self) -> KServiceKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KServiceKey
impl Debug for KServiceKey
source§impl Display for KServiceKey
impl Display for KServiceKey
source§impl PartialEq<KServiceKey> for KServiceKey
impl PartialEq<KServiceKey> for KServiceKey
source§fn eq(&self, other: &KServiceKey) -> bool
fn eq(&self, other: &KServiceKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.