#[non_exhaustive]pub struct CompatibleEnvironmentTemplateInput { /* private fields */ }
Expand description
Compatible environment template data.
Implementations
sourceimpl CompatibleEnvironmentTemplateInput
impl CompatibleEnvironmentTemplateInput
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 CompatibleEnvironmentTemplateInput
impl CompatibleEnvironmentTemplateInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CompatibleEnvironmentTemplateInput
.
Trait Implementations
sourceimpl Clone for CompatibleEnvironmentTemplateInput
impl Clone for CompatibleEnvironmentTemplateInput
sourcefn clone(&self) -> CompatibleEnvironmentTemplateInput
fn clone(&self) -> CompatibleEnvironmentTemplateInput
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 PartialEq<CompatibleEnvironmentTemplateInput> for CompatibleEnvironmentTemplateInput
impl PartialEq<CompatibleEnvironmentTemplateInput> for CompatibleEnvironmentTemplateInput
sourcefn eq(&self, other: &CompatibleEnvironmentTemplateInput) -> bool
fn eq(&self, other: &CompatibleEnvironmentTemplateInput) -> bool
impl StructuralPartialEq for CompatibleEnvironmentTemplateInput
Auto Trait Implementations
impl RefUnwindSafe for CompatibleEnvironmentTemplateInput
impl Send for CompatibleEnvironmentTemplateInput
impl Sync for CompatibleEnvironmentTemplateInput
impl Unpin for CompatibleEnvironmentTemplateInput
impl UnwindSafe for CompatibleEnvironmentTemplateInput
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