#[non_exhaustive]pub struct CompatibleEnvironmentTemplate { /* private fields */ }
Expand description
Compatible environment template data.
Implementations§
source§impl CompatibleEnvironmentTemplate
impl CompatibleEnvironmentTemplate
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The compatible environment template name.
sourcepub fn major_version(&self) -> Option<&str>
pub fn major_version(&self) -> Option<&str>
The major version of the compatible environment template.
source§impl CompatibleEnvironmentTemplate
impl CompatibleEnvironmentTemplate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CompatibleEnvironmentTemplate
.
Trait Implementations§
source§impl Clone for CompatibleEnvironmentTemplate
impl Clone for CompatibleEnvironmentTemplate
source§fn clone(&self) -> CompatibleEnvironmentTemplate
fn clone(&self) -> CompatibleEnvironmentTemplate
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<CompatibleEnvironmentTemplate> for CompatibleEnvironmentTemplate
impl PartialEq<CompatibleEnvironmentTemplate> for CompatibleEnvironmentTemplate
source§fn eq(&self, other: &CompatibleEnvironmentTemplate) -> bool
fn eq(&self, other: &CompatibleEnvironmentTemplate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.