Struct aws_sdk_appmesh::types::HttpQueryParameter
source · #[non_exhaustive]pub struct HttpQueryParameter { /* private fields */ }Expand description
An object that represents the query parameter in the request.
Implementations§
source§impl HttpQueryParameter
impl HttpQueryParameter
sourcepub fn builder() -> HttpQueryParameterBuilder
pub fn builder() -> HttpQueryParameterBuilder
Creates a new builder-style object to manufacture HttpQueryParameter.
Trait Implementations§
source§impl Clone for HttpQueryParameter
impl Clone for HttpQueryParameter
source§fn clone(&self) -> HttpQueryParameter
fn clone(&self) -> HttpQueryParameter
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 HttpQueryParameter
impl Debug for HttpQueryParameter
source§impl PartialEq<HttpQueryParameter> for HttpQueryParameter
impl PartialEq<HttpQueryParameter> for HttpQueryParameter
source§fn eq(&self, other: &HttpQueryParameter) -> bool
fn eq(&self, other: &HttpQueryParameter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.