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