#[non_exhaustive]pub struct SetIpAddressTypeOutput { /* private fields */ }
Implementations
sourceimpl SetIpAddressTypeOutput
impl SetIpAddressTypeOutput
sourcepub fn ip_address_type(&self) -> Option<&IpAddressType>
pub fn ip_address_type(&self) -> Option<&IpAddressType>
The IP address type.
sourceimpl SetIpAddressTypeOutput
impl SetIpAddressTypeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetIpAddressTypeOutput
.
Trait Implementations
sourceimpl Clone for SetIpAddressTypeOutput
impl Clone for SetIpAddressTypeOutput
sourcefn clone(&self) -> SetIpAddressTypeOutput
fn clone(&self) -> SetIpAddressTypeOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SetIpAddressTypeOutput
impl Debug for SetIpAddressTypeOutput
sourceimpl PartialEq<SetIpAddressTypeOutput> for SetIpAddressTypeOutput
impl PartialEq<SetIpAddressTypeOutput> for SetIpAddressTypeOutput
sourcefn eq(&self, other: &SetIpAddressTypeOutput) -> bool
fn eq(&self, other: &SetIpAddressTypeOutput) -> bool
impl StructuralPartialEq for SetIpAddressTypeOutput
Auto Trait Implementations
impl RefUnwindSafe for SetIpAddressTypeOutput
impl Send for SetIpAddressTypeOutput
impl Sync for SetIpAddressTypeOutput
impl Unpin for SetIpAddressTypeOutput
impl UnwindSafe for SetIpAddressTypeOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more