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