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