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