Struct aws_sdk_ec2::output::DeleteLocalGatewayRouteOutput
source · #[non_exhaustive]pub struct DeleteLocalGatewayRouteOutput { /* private fields */ }
Implementations§
source§impl DeleteLocalGatewayRouteOutput
impl DeleteLocalGatewayRouteOutput
sourcepub fn route(&self) -> Option<&LocalGatewayRoute>
pub fn route(&self) -> Option<&LocalGatewayRoute>
Information about the route.
source§impl DeleteLocalGatewayRouteOutput
impl DeleteLocalGatewayRouteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLocalGatewayRouteOutput
.
Trait Implementations§
source§impl Clone for DeleteLocalGatewayRouteOutput
impl Clone for DeleteLocalGatewayRouteOutput
source§fn clone(&self) -> DeleteLocalGatewayRouteOutput
fn clone(&self) -> DeleteLocalGatewayRouteOutput
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 PartialEq<DeleteLocalGatewayRouteOutput> for DeleteLocalGatewayRouteOutput
impl PartialEq<DeleteLocalGatewayRouteOutput> for DeleteLocalGatewayRouteOutput
source§fn eq(&self, other: &DeleteLocalGatewayRouteOutput) -> bool
fn eq(&self, other: &DeleteLocalGatewayRouteOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.