Struct aws_sdk_appmesh::types::GrpcGatewayRouteAction
source · #[non_exhaustive]pub struct GrpcGatewayRouteAction { /* private fields */ }
Expand description
An object that represents the action to take if a match is determined.
Implementations§
source§impl GrpcGatewayRouteAction
impl GrpcGatewayRouteAction
sourcepub fn target(&self) -> Option<&GatewayRouteTarget>
pub fn target(&self) -> Option<&GatewayRouteTarget>
An object that represents the target that traffic is routed to when a request matches the gateway route.
sourcepub fn rewrite(&self) -> Option<&GrpcGatewayRouteRewrite>
pub fn rewrite(&self) -> Option<&GrpcGatewayRouteRewrite>
The gateway route action to rewrite.
source§impl GrpcGatewayRouteAction
impl GrpcGatewayRouteAction
sourcepub fn builder() -> GrpcGatewayRouteActionBuilder
pub fn builder() -> GrpcGatewayRouteActionBuilder
Creates a new builder-style object to manufacture GrpcGatewayRouteAction
.
Trait Implementations§
source§impl Clone for GrpcGatewayRouteAction
impl Clone for GrpcGatewayRouteAction
source§fn clone(&self) -> GrpcGatewayRouteAction
fn clone(&self) -> GrpcGatewayRouteAction
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 GrpcGatewayRouteAction
impl Debug for GrpcGatewayRouteAction
source§impl PartialEq<GrpcGatewayRouteAction> for GrpcGatewayRouteAction
impl PartialEq<GrpcGatewayRouteAction> for GrpcGatewayRouteAction
source§fn eq(&self, other: &GrpcGatewayRouteAction) -> bool
fn eq(&self, other: &GrpcGatewayRouteAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GrpcGatewayRouteAction
Auto Trait Implementations§
impl RefUnwindSafe for GrpcGatewayRouteAction
impl Send for GrpcGatewayRouteAction
impl Sync for GrpcGatewayRouteAction
impl Unpin for GrpcGatewayRouteAction
impl UnwindSafe for GrpcGatewayRouteAction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more