Struct aws_sdk_ec2::model::NewDhcpConfiguration
source · #[non_exhaustive]pub struct NewDhcpConfiguration { /* private fields */ }
Expand description
Describes a DHCP configuration option.
Implementations§
source§impl NewDhcpConfiguration
impl NewDhcpConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NewDhcpConfiguration
.
Trait Implementations§
source§impl Clone for NewDhcpConfiguration
impl Clone for NewDhcpConfiguration
source§fn clone(&self) -> NewDhcpConfiguration
fn clone(&self) -> NewDhcpConfiguration
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 NewDhcpConfiguration
impl Debug for NewDhcpConfiguration
source§impl PartialEq<NewDhcpConfiguration> for NewDhcpConfiguration
impl PartialEq<NewDhcpConfiguration> for NewDhcpConfiguration
source§fn eq(&self, other: &NewDhcpConfiguration) -> bool
fn eq(&self, other: &NewDhcpConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.