Struct aws_sdk_securityhub::model::AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
source · #[non_exhaustive]pub struct AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails { /* private fields */ }
Expand description
Information about an environment variable that is available to builds for the build project.
Implementations§
source§impl AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
impl AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
.
Trait Implementations§
source§impl Clone for AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
impl Clone for AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
source§fn clone(&self) -> AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
fn clone(&self) -> AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
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<AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails> for AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
impl PartialEq<AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails> for AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
source§fn eq(
&self,
other: &AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
) -> bool
fn eq(
&self,
other: &AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.