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