#[non_exhaustive]pub struct CreateSystemTemplateOutput { /* private fields */ }Implementations§
source§impl CreateSystemTemplateOutput
impl CreateSystemTemplateOutput
sourcepub fn summary(&self) -> Option<&SystemTemplateSummary>
pub fn summary(&self) -> Option<&SystemTemplateSummary>
The summary object that describes the created system.
source§impl CreateSystemTemplateOutput
impl CreateSystemTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSystemTemplateOutput.
Trait Implementations§
source§impl Clone for CreateSystemTemplateOutput
impl Clone for CreateSystemTemplateOutput
source§fn clone(&self) -> CreateSystemTemplateOutput
fn clone(&self) -> CreateSystemTemplateOutput
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 Debug for CreateSystemTemplateOutput
impl Debug for CreateSystemTemplateOutput
source§impl PartialEq<CreateSystemTemplateOutput> for CreateSystemTemplateOutput
impl PartialEq<CreateSystemTemplateOutput> for CreateSystemTemplateOutput
source§fn eq(&self, other: &CreateSystemTemplateOutput) -> bool
fn eq(&self, other: &CreateSystemTemplateOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.