#[non_exhaustive]pub struct UpdateProvisioningTemplateOutput {}
Implementations§
source§impl UpdateProvisioningTemplateOutput
impl UpdateProvisioningTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProvisioningTemplateOutput
.
Trait Implementations§
source§impl Clone for UpdateProvisioningTemplateOutput
impl Clone for UpdateProvisioningTemplateOutput
source§fn clone(&self) -> UpdateProvisioningTemplateOutput
fn clone(&self) -> UpdateProvisioningTemplateOutput
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<UpdateProvisioningTemplateOutput> for UpdateProvisioningTemplateOutput
impl PartialEq<UpdateProvisioningTemplateOutput> for UpdateProvisioningTemplateOutput
source§fn eq(&self, other: &UpdateProvisioningTemplateOutput) -> bool
fn eq(&self, other: &UpdateProvisioningTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.