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