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 more