#[non_exhaustive]pub struct CreateEnvironmentTemplateVersionOutput { /* private fields */ }
Implementations§
source§impl CreateEnvironmentTemplateVersionOutput
impl CreateEnvironmentTemplateVersionOutput
sourcepub fn environment_template_version(
&self
) -> Option<&EnvironmentTemplateVersion>
pub fn environment_template_version(
&self
) -> Option<&EnvironmentTemplateVersion>
The environment template detail data that's returned by Proton.
source§impl CreateEnvironmentTemplateVersionOutput
impl CreateEnvironmentTemplateVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEnvironmentTemplateVersionOutput
.
Trait Implementations§
source§impl Clone for CreateEnvironmentTemplateVersionOutput
impl Clone for CreateEnvironmentTemplateVersionOutput
source§fn clone(&self) -> CreateEnvironmentTemplateVersionOutput
fn clone(&self) -> CreateEnvironmentTemplateVersionOutput
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<CreateEnvironmentTemplateVersionOutput> for CreateEnvironmentTemplateVersionOutput
impl PartialEq<CreateEnvironmentTemplateVersionOutput> for CreateEnvironmentTemplateVersionOutput
source§fn eq(&self, other: &CreateEnvironmentTemplateVersionOutput) -> bool
fn eq(&self, other: &CreateEnvironmentTemplateVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.