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