Struct aws_sdk_iot::types::SigV4Authorization
source · #[non_exhaustive]pub struct SigV4Authorization { /* private fields */ }
Expand description
For more information, see Signature Version 4 signing process.
Implementations§
source§impl SigV4Authorization
impl SigV4Authorization
sourcepub fn builder() -> SigV4AuthorizationBuilder
pub fn builder() -> SigV4AuthorizationBuilder
Creates a new builder-style object to manufacture SigV4Authorization
.
Trait Implementations§
source§impl Clone for SigV4Authorization
impl Clone for SigV4Authorization
source§fn clone(&self) -> SigV4Authorization
fn clone(&self) -> SigV4Authorization
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 SigV4Authorization
impl Debug for SigV4Authorization
source§impl PartialEq<SigV4Authorization> for SigV4Authorization
impl PartialEq<SigV4Authorization> for SigV4Authorization
source§fn eq(&self, other: &SigV4Authorization) -> bool
fn eq(&self, other: &SigV4Authorization) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SigV4Authorization
Auto Trait Implementations§
impl RefUnwindSafe for SigV4Authorization
impl Send for SigV4Authorization
impl Sync for SigV4Authorization
impl Unpin for SigV4Authorization
impl UnwindSafe for SigV4Authorization
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