Struct aws_smithy_http::endpoint::middleware::SmithyEndpointStage
source · #[non_exhaustive]pub struct SmithyEndpointStage;
Expand description
Middleware to apply an HTTP endpoint to the request
This middleware reads aws_smithy_types::endpoint::Endpoint
out of the request properties and applies
it to the HTTP request.
Implementations§
Trait Implementations§
source§impl Clone for SmithyEndpointStage
impl Clone for SmithyEndpointStage
source§fn clone(&self) -> SmithyEndpointStage
fn clone(&self) -> SmithyEndpointStage
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 SmithyEndpointStage
impl Debug for SmithyEndpointStage
source§impl Default for SmithyEndpointStage
impl Default for SmithyEndpointStage
source§fn default() -> SmithyEndpointStage
fn default() -> SmithyEndpointStage
Returns the “default value” for a type. Read more
source§impl MapRequest for SmithyEndpointStage
impl MapRequest for SmithyEndpointStage
Auto Trait Implementations§
impl RefUnwindSafe for SmithyEndpointStage
impl Send for SmithyEndpointStage
impl Sync for SmithyEndpointStage
impl Unpin for SmithyEndpointStage
impl UnwindSafe for SmithyEndpointStage
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