#[non_exhaustive]pub struct InternetConfigurationBuilder {}Expand description
A builder for InternetConfiguration.
Implementations§
source§impl InternetConfigurationBuilder
 
impl InternetConfigurationBuilder
sourcepub fn build(self) -> InternetConfiguration
 
pub fn build(self) -> InternetConfiguration
Consumes the builder and constructs a InternetConfiguration.
Trait Implementations§
source§impl Clone for InternetConfigurationBuilder
 
impl Clone for InternetConfigurationBuilder
source§fn clone(&self) -> InternetConfigurationBuilder
 
fn clone(&self) -> InternetConfigurationBuilder
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 Debug for InternetConfigurationBuilder
 
impl Debug for InternetConfigurationBuilder
source§impl Default for InternetConfigurationBuilder
 
impl Default for InternetConfigurationBuilder
source§fn default() -> InternetConfigurationBuilder
 
fn default() -> InternetConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<InternetConfigurationBuilder> for InternetConfigurationBuilder
 
impl PartialEq<InternetConfigurationBuilder> for InternetConfigurationBuilder
source§fn eq(&self, other: &InternetConfigurationBuilder) -> bool
 
fn eq(&self, other: &InternetConfigurationBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.