Struct aws_endpoint::AwsAuthStage
source · pub struct AwsAuthStage;
Expand description
Middleware Stage to add authentication information from a Smithy endpoint into the property bag
AwsAuthStage implements MapRequest
. It will:
- Load an endpoint from the property bag
- Set the
SigningRegion
andSigningService
in the property bag to drive downstream signing middleware.
Trait Implementations§
source§impl Clone for AwsAuthStage
impl Clone for AwsAuthStage
source§fn clone(&self) -> AwsAuthStage
fn clone(&self) -> AwsAuthStage
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 AwsAuthStage
impl Debug for AwsAuthStage
source§impl MapRequest for AwsAuthStage
impl MapRequest for AwsAuthStage
Auto Trait Implementations§
impl RefUnwindSafe for AwsAuthStage
impl Send for AwsAuthStage
impl Sync for AwsAuthStage
impl Unpin for AwsAuthStage
impl UnwindSafe for AwsAuthStage
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