pub struct KSigningKey { /* private fields */ }Expand description
The kSigning key: an AWS kService key, HMAC-SHA256 hashed with the “aws4_request” string.
Trait Implementations§
Source§impl Clone for KSigningKey
impl Clone for KSigningKey
Source§fn clone(&self) -> KSigningKey
fn clone(&self) -> KSigningKey
Returns a duplicate 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 KSigningKey
impl Debug for KSigningKey
Source§impl Display for KSigningKey
impl Display for KSigningKey
Source§impl PartialEq for KSigningKey
impl PartialEq for KSigningKey
impl Copy for KSigningKey
impl Eq for KSigningKey
impl StructuralPartialEq for KSigningKey
Auto Trait Implementations§
impl Freeze for KSigningKey
impl RefUnwindSafe for KSigningKey
impl Send for KSigningKey
impl Sync for KSigningKey
impl Unpin for KSigningKey
impl UnwindSafe for KSigningKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more