Struct aws_http::user_agent::UserAgentStage
source · #[non_exhaustive]pub struct UserAgentStage;
Expand description
User agent middleware
Implementations§
Trait Implementations§
source§impl Clone for UserAgentStage
impl Clone for UserAgentStage
source§fn clone(&self) -> UserAgentStage
fn clone(&self) -> UserAgentStage
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 UserAgentStage
impl Debug for UserAgentStage
source§impl Default for UserAgentStage
impl Default for UserAgentStage
source§fn default() -> UserAgentStage
fn default() -> UserAgentStage
Returns the “default value” for a type. Read more
source§impl MapRequest for UserAgentStage
impl MapRequest for UserAgentStage
Auto Trait Implementations§
impl RefUnwindSafe for UserAgentStage
impl Send for UserAgentStage
impl Sync for UserAgentStage
impl Unpin for UserAgentStage
impl UnwindSafe for UserAgentStage
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