Struct aws_sdk_ec2::output::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
source · [−]#[non_exhaustive]pub struct DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput { /* private fields */ }
Implementations
sourceimpl DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
sourcepub fn local_gateway_route_table_virtual_interface_group_association(
&self
) -> Option<&LocalGatewayRouteTableVirtualInterfaceGroupAssociation>
pub fn local_gateway_route_table_virtual_interface_group_association(
&self
) -> Option<&LocalGatewayRouteTableVirtualInterfaceGroupAssociation>
Describes an association between a local gateway route table and a virtual interface group.
sourceimpl DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
.
Trait Implementations
sourceimpl Clone for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl Clone for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
sourcefn clone(
&self
) -> DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
fn clone(
&self
) -> DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput> for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl PartialEq<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput> for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
sourcefn eq(
&self,
other: &DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
) -> bool
fn eq(
&self,
other: &DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
) -> bool
impl StructuralPartialEq for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl Send for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl Sync for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl Unpin for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl UnwindSafe for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more