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