#[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() -> AwsElasticBeanstalkEnvironmentOptionSettingBuilder
pub fn builder() -> AwsElasticBeanstalkEnvironmentOptionSettingBuilder
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 ==.impl StructuralPartialEq for AwsElasticBeanstalkEnvironmentOptionSetting
Auto Trait Implementations§
impl RefUnwindSafe for AwsElasticBeanstalkEnvironmentOptionSetting
impl Send for AwsElasticBeanstalkEnvironmentOptionSetting
impl Sync for AwsElasticBeanstalkEnvironmentOptionSetting
impl Unpin for AwsElasticBeanstalkEnvironmentOptionSetting
impl UnwindSafe for AwsElasticBeanstalkEnvironmentOptionSetting
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