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