Struct aws_sdk_ec2::model::PrivateIpAddressSpecification
source · [−]#[non_exhaustive]pub struct PrivateIpAddressSpecification { /* private fields */ }
Expand description
Describes a secondary private IPv4 address for a network interface.
Implementations
sourceimpl PrivateIpAddressSpecification
impl PrivateIpAddressSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PrivateIpAddressSpecification
.
Trait Implementations
sourceimpl Clone for PrivateIpAddressSpecification
impl Clone for PrivateIpAddressSpecification
sourcefn clone(&self) -> PrivateIpAddressSpecification
fn clone(&self) -> PrivateIpAddressSpecification
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 PrivateIpAddressSpecification
impl Debug for PrivateIpAddressSpecification
sourceimpl PartialEq<PrivateIpAddressSpecification> for PrivateIpAddressSpecification
impl PartialEq<PrivateIpAddressSpecification> for PrivateIpAddressSpecification
sourcefn eq(&self, other: &PrivateIpAddressSpecification) -> bool
fn eq(&self, other: &PrivateIpAddressSpecification) -> bool
impl StructuralPartialEq for PrivateIpAddressSpecification
Auto Trait Implementations
impl RefUnwindSafe for PrivateIpAddressSpecification
impl Send for PrivateIpAddressSpecification
impl Sync for PrivateIpAddressSpecification
impl Unpin for PrivateIpAddressSpecification
impl UnwindSafe for PrivateIpAddressSpecification
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