#[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() -> DeletePublicIpv4PoolOutputBuilder
pub fn builder() -> DeletePublicIpv4PoolOutputBuilder
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 ==.source§impl RequestId for DeletePublicIpv4PoolOutput
impl RequestId for DeletePublicIpv4PoolOutput
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.