Struct aws_runtime::auth::sigv4::SigV4HttpAuthScheme
source · pub struct SigV4HttpAuthScheme { /* private fields */ }
Expand description
SigV4 auth scheme.
Implementations§
Trait Implementations§
source§impl Debug for SigV4HttpAuthScheme
impl Debug for SigV4HttpAuthScheme
source§impl Default for SigV4HttpAuthScheme
impl Default for SigV4HttpAuthScheme
source§fn default() -> SigV4HttpAuthScheme
fn default() -> SigV4HttpAuthScheme
Returns the “default value” for a type. Read more
source§impl HttpAuthScheme for SigV4HttpAuthScheme
impl HttpAuthScheme for SigV4HttpAuthScheme
fn scheme_id(&self) -> AuthSchemeId
fn identity_resolver<'a>( &self, identity_resolvers: &'a IdentityResolvers ) -> Option<&'a dyn IdentityResolver>
fn request_signer(&self) -> &dyn HttpRequestSigner
Auto Trait Implementations§
impl RefUnwindSafe for SigV4HttpAuthScheme
impl Send for SigV4HttpAuthScheme
impl Sync for SigV4HttpAuthScheme
impl Unpin for SigV4HttpAuthScheme
impl UnwindSafe for SigV4HttpAuthScheme
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