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