Struct aws_http::user_agent::UserAgentStage
source · [−]#[non_exhaustive]pub struct UserAgentStage;Expand description
User agent middleware
Implementations
sourceimpl UserAgentStage
impl UserAgentStage
Trait Implementations
sourceimpl Clone for UserAgentStage
impl Clone for UserAgentStage
sourcefn clone(&self) -> UserAgentStage
fn clone(&self) -> UserAgentStage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UserAgentStage
impl Debug for UserAgentStage
sourceimpl Default for UserAgentStage
impl Default for UserAgentStage
sourcefn default() -> UserAgentStage
fn default() -> UserAgentStage
Returns the “default value” for a type. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more