Struct aws_sdk_appmesh::model::GrpcGatewayRouteMetadata [−][src]
#[non_exhaustive]pub struct GrpcGatewayRouteMetadata {
pub name: Option<String>,
pub invert: Option<bool>,
pub match: Option<GrpcMetadataMatchMethod>,
}
Expand description
An object representing the metadata of the gateway route.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
A name for the gateway route metadata.
invert: Option<bool>
Specify True
to match anything except the match criteria. The default value is False
.
match: Option<GrpcMetadataMatchMethod>
The criteria for determining a metadata match.
Implementations
Specify True
to match anything except the match criteria. The default value is False
.
The criteria for determining a metadata match.
Creates a new builder-style object to manufacture GrpcGatewayRouteMetadata
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GrpcGatewayRouteMetadata
impl Send for GrpcGatewayRouteMetadata
impl Sync for GrpcGatewayRouteMetadata
impl Unpin for GrpcGatewayRouteMetadata
impl UnwindSafe for GrpcGatewayRouteMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more