Struct aws_sdk_ec2::operation::delete_local_gateway_route_table_vpc_association::DeleteLocalGatewayRouteTableVpcAssociationOutput
source · #[non_exhaustive]pub struct DeleteLocalGatewayRouteTableVpcAssociationOutput { /* private fields */ }
Implementations§
source§impl DeleteLocalGatewayRouteTableVpcAssociationOutput
impl DeleteLocalGatewayRouteTableVpcAssociationOutput
sourcepub fn local_gateway_route_table_vpc_association(
&self
) -> Option<&LocalGatewayRouteTableVpcAssociation>
pub fn local_gateway_route_table_vpc_association( &self ) -> Option<&LocalGatewayRouteTableVpcAssociation>
Information about the association.
source§impl DeleteLocalGatewayRouteTableVpcAssociationOutput
impl DeleteLocalGatewayRouteTableVpcAssociationOutput
sourcepub fn builder() -> DeleteLocalGatewayRouteTableVpcAssociationOutputBuilder
pub fn builder() -> DeleteLocalGatewayRouteTableVpcAssociationOutputBuilder
Creates a new builder-style object to manufacture DeleteLocalGatewayRouteTableVpcAssociationOutput
.
Trait Implementations§
source§impl Clone for DeleteLocalGatewayRouteTableVpcAssociationOutput
impl Clone for DeleteLocalGatewayRouteTableVpcAssociationOutput
source§fn clone(&self) -> DeleteLocalGatewayRouteTableVpcAssociationOutput
fn clone(&self) -> DeleteLocalGatewayRouteTableVpcAssociationOutput
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<DeleteLocalGatewayRouteTableVpcAssociationOutput> for DeleteLocalGatewayRouteTableVpcAssociationOutput
impl PartialEq<DeleteLocalGatewayRouteTableVpcAssociationOutput> for DeleteLocalGatewayRouteTableVpcAssociationOutput
source§fn eq(&self, other: &DeleteLocalGatewayRouteTableVpcAssociationOutput) -> bool
fn eq(&self, other: &DeleteLocalGatewayRouteTableVpcAssociationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteLocalGatewayRouteTableVpcAssociationOutput
impl RequestId for DeleteLocalGatewayRouteTableVpcAssociationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteLocalGatewayRouteTableVpcAssociationOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteLocalGatewayRouteTableVpcAssociationOutput
impl Send for DeleteLocalGatewayRouteTableVpcAssociationOutput
impl Sync for DeleteLocalGatewayRouteTableVpcAssociationOutput
impl Unpin for DeleteLocalGatewayRouteTableVpcAssociationOutput
impl UnwindSafe for DeleteLocalGatewayRouteTableVpcAssociationOutput
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