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