#[non_exhaustive]pub struct CompatibleEnvironmentTemplateInput { /* private fields */ }Expand description
Compatible environment template data.
Implementations§
source§impl 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.
source§impl CompatibleEnvironmentTemplateInput
impl CompatibleEnvironmentTemplateInput
sourcepub fn builder() -> CompatibleEnvironmentTemplateInputBuilder
pub fn builder() -> CompatibleEnvironmentTemplateInputBuilder
Creates a new builder-style object to manufacture CompatibleEnvironmentTemplateInput.
Trait Implementations§
source§impl Clone for CompatibleEnvironmentTemplateInput
impl Clone for CompatibleEnvironmentTemplateInput
source§fn clone(&self) -> CompatibleEnvironmentTemplateInput
fn clone(&self) -> CompatibleEnvironmentTemplateInput
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<CompatibleEnvironmentTemplateInput> for CompatibleEnvironmentTemplateInput
impl PartialEq<CompatibleEnvironmentTemplateInput> for CompatibleEnvironmentTemplateInput
source§fn eq(&self, other: &CompatibleEnvironmentTemplateInput) -> bool
fn eq(&self, other: &CompatibleEnvironmentTemplateInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more