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