#[non_exhaustive]pub struct CompatibleEnvironmentTemplate { /* private fields */ }
Expand description
Compatible environment template data.
Implementations
sourceimpl 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.
sourceimpl CompatibleEnvironmentTemplate
impl CompatibleEnvironmentTemplate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CompatibleEnvironmentTemplate
.
Trait Implementations
sourceimpl Clone for CompatibleEnvironmentTemplate
impl Clone for CompatibleEnvironmentTemplate
sourcefn clone(&self) -> CompatibleEnvironmentTemplate
fn clone(&self) -> CompatibleEnvironmentTemplate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CompatibleEnvironmentTemplate
impl Debug for CompatibleEnvironmentTemplate
sourceimpl PartialEq<CompatibleEnvironmentTemplate> for CompatibleEnvironmentTemplate
impl PartialEq<CompatibleEnvironmentTemplate> for CompatibleEnvironmentTemplate
sourcefn eq(&self, other: &CompatibleEnvironmentTemplate) -> bool
fn eq(&self, other: &CompatibleEnvironmentTemplate) -> bool
impl StructuralPartialEq for CompatibleEnvironmentTemplate
Auto Trait Implementations
impl RefUnwindSafe for CompatibleEnvironmentTemplate
impl Send for CompatibleEnvironmentTemplate
impl Sync for CompatibleEnvironmentTemplate
impl Unpin for CompatibleEnvironmentTemplate
impl UnwindSafe for CompatibleEnvironmentTemplate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more