#[non_exhaustive]pub struct Ipv4PrefixSpecificationResponseBuilder { /* private fields */ }
Expand description
A builder for Ipv4PrefixSpecificationResponse
.
Implementations§
source§impl Ipv4PrefixSpecificationResponseBuilder
impl Ipv4PrefixSpecificationResponseBuilder
sourcepub fn ipv4_prefix(self, input: impl Into<String>) -> Self
pub fn ipv4_prefix(self, input: impl Into<String>) -> Self
The IPv4 delegated prefixes assigned to the network interface.
sourcepub fn set_ipv4_prefix(self, input: Option<String>) -> Self
pub fn set_ipv4_prefix(self, input: Option<String>) -> Self
The IPv4 delegated prefixes assigned to the network interface.
sourcepub fn get_ipv4_prefix(&self) -> &Option<String>
pub fn get_ipv4_prefix(&self) -> &Option<String>
The IPv4 delegated prefixes assigned to the network interface.
sourcepub fn build(self) -> Ipv4PrefixSpecificationResponse
pub fn build(self) -> Ipv4PrefixSpecificationResponse
Consumes the builder and constructs a Ipv4PrefixSpecificationResponse
.
Trait Implementations§
source§impl Clone for Ipv4PrefixSpecificationResponseBuilder
impl Clone for Ipv4PrefixSpecificationResponseBuilder
source§fn clone(&self) -> Ipv4PrefixSpecificationResponseBuilder
fn clone(&self) -> Ipv4PrefixSpecificationResponseBuilder
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 Default for Ipv4PrefixSpecificationResponseBuilder
impl Default for Ipv4PrefixSpecificationResponseBuilder
source§fn default() -> Ipv4PrefixSpecificationResponseBuilder
fn default() -> Ipv4PrefixSpecificationResponseBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<Ipv4PrefixSpecificationResponseBuilder> for Ipv4PrefixSpecificationResponseBuilder
impl PartialEq<Ipv4PrefixSpecificationResponseBuilder> for Ipv4PrefixSpecificationResponseBuilder
source§fn eq(&self, other: &Ipv4PrefixSpecificationResponseBuilder) -> bool
fn eq(&self, other: &Ipv4PrefixSpecificationResponseBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Ipv4PrefixSpecificationResponseBuilder
Auto Trait Implementations§
impl RefUnwindSafe for Ipv4PrefixSpecificationResponseBuilder
impl Send for Ipv4PrefixSpecificationResponseBuilder
impl Sync for Ipv4PrefixSpecificationResponseBuilder
impl Unpin for Ipv4PrefixSpecificationResponseBuilder
impl UnwindSafe for Ipv4PrefixSpecificationResponseBuilder
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