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