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