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