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
sourceimpl Clone for ApiMetadata
impl Clone for ApiMetadata
sourcefn clone(&self) -> ApiMetadata
fn clone(&self) -> ApiMetadata
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 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
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