Struct aws_sdk_ec2::output::ModifyAddressAttributeOutput
source · [−]#[non_exhaustive]pub struct ModifyAddressAttributeOutput { /* private fields */ }
Implementations
sourceimpl ModifyAddressAttributeOutput
impl ModifyAddressAttributeOutput
sourcepub fn address(&self) -> Option<&AddressAttribute>
pub fn address(&self) -> Option<&AddressAttribute>
Information about the Elastic IP address.
sourceimpl ModifyAddressAttributeOutput
impl ModifyAddressAttributeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyAddressAttributeOutput
.
Trait Implementations
sourceimpl Clone for ModifyAddressAttributeOutput
impl Clone for ModifyAddressAttributeOutput
sourcefn clone(&self) -> ModifyAddressAttributeOutput
fn clone(&self) -> ModifyAddressAttributeOutput
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 ModifyAddressAttributeOutput
impl Debug for ModifyAddressAttributeOutput
sourceimpl PartialEq<ModifyAddressAttributeOutput> for ModifyAddressAttributeOutput
impl PartialEq<ModifyAddressAttributeOutput> for ModifyAddressAttributeOutput
sourcefn eq(&self, other: &ModifyAddressAttributeOutput) -> bool
fn eq(&self, other: &ModifyAddressAttributeOutput) -> bool
impl StructuralPartialEq for ModifyAddressAttributeOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyAddressAttributeOutput
impl Send for ModifyAddressAttributeOutput
impl Sync for ModifyAddressAttributeOutput
impl Unpin for ModifyAddressAttributeOutput
impl UnwindSafe for ModifyAddressAttributeOutput
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