#[non_exhaustive]pub struct CreateServiceTemplateOutput { /* private fields */ }
Implementations§
source§impl CreateServiceTemplateOutput
impl CreateServiceTemplateOutput
sourcepub fn service_template(&self) -> Option<&ServiceTemplate>
pub fn service_template(&self) -> Option<&ServiceTemplate>
The service template detail data that's returned by Proton.
source§impl CreateServiceTemplateOutput
impl CreateServiceTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateServiceTemplateOutput
.
Trait Implementations§
source§impl Clone for CreateServiceTemplateOutput
impl Clone for CreateServiceTemplateOutput
source§fn clone(&self) -> CreateServiceTemplateOutput
fn clone(&self) -> CreateServiceTemplateOutput
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 CreateServiceTemplateOutput
impl Debug for CreateServiceTemplateOutput
source§impl PartialEq<CreateServiceTemplateOutput> for CreateServiceTemplateOutput
impl PartialEq<CreateServiceTemplateOutput> for CreateServiceTemplateOutput
source§fn eq(&self, other: &CreateServiceTemplateOutput) -> bool
fn eq(&self, other: &CreateServiceTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.