pub struct AssociateAddressResult {
pub association_id: Option<String>,
}Fields§
§association_id: Option<String>[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
Trait Implementations§
Source§impl Clone for AssociateAddressResult
impl Clone for AssociateAddressResult
Source§fn clone(&self) -> AssociateAddressResult
fn clone(&self) -> AssociateAddressResult
Returns a duplicate 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 AssociateAddressResult
impl Debug for AssociateAddressResult
Source§impl Default for AssociateAddressResult
impl Default for AssociateAddressResult
Source§fn default() -> AssociateAddressResult
fn default() -> AssociateAddressResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateAddressResult
impl PartialEq for AssociateAddressResult
impl StructuralPartialEq for AssociateAddressResult
Auto Trait Implementations§
impl Freeze for AssociateAddressResult
impl RefUnwindSafe for AssociateAddressResult
impl Send for AssociateAddressResult
impl Sync for AssociateAddressResult
impl Unpin for AssociateAddressResult
impl UnwindSafe for AssociateAddressResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more