Struct aws_http::user_agent::ApiMetadata
source · pub struct ApiMetadata { /* private fields */ }
Expand description
Metadata about the client that’s making the call.
Implementations§
Trait Implementations§
source§impl Clone for ApiMetadata
impl Clone for ApiMetadata
source§fn clone(&self) -> ApiMetadata
fn clone(&self) -> ApiMetadata
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 ApiMetadata
impl Debug for ApiMetadata
Auto Trait Implementations§
impl RefUnwindSafe for ApiMetadata
impl Send for ApiMetadata
impl Sync for ApiMetadata
impl Unpin for ApiMetadata
impl UnwindSafe for ApiMetadata
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