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