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 more