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