#[non_exhaustive]pub struct Ipv4PrefixSpecificationResponse { /* private fields */ }
Expand description
Information about the IPv4 delegated prefixes assigned to a network interface.
Implementations§
source§impl 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.
source§impl Ipv4PrefixSpecificationResponse
impl Ipv4PrefixSpecificationResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Ipv4PrefixSpecificationResponse
.
Trait Implementations§
source§impl Clone for Ipv4PrefixSpecificationResponse
impl Clone for Ipv4PrefixSpecificationResponse
source§fn clone(&self) -> Ipv4PrefixSpecificationResponse
fn clone(&self) -> Ipv4PrefixSpecificationResponse
Returns a copy 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 PartialEq<Ipv4PrefixSpecificationResponse> for Ipv4PrefixSpecificationResponse
impl PartialEq<Ipv4PrefixSpecificationResponse> for Ipv4PrefixSpecificationResponse
source§fn eq(&self, other: &Ipv4PrefixSpecificationResponse) -> bool
fn eq(&self, other: &Ipv4PrefixSpecificationResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.