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