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