#[non_exhaustive]pub struct UpdateContactFlowNameOutput {}
Implementations
sourceimpl UpdateContactFlowNameOutput
impl UpdateContactFlowNameOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateContactFlowNameOutput
.
Trait Implementations
sourceimpl Clone for UpdateContactFlowNameOutput
impl Clone for UpdateContactFlowNameOutput
sourcefn clone(&self) -> UpdateContactFlowNameOutput
fn clone(&self) -> UpdateContactFlowNameOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateContactFlowNameOutput
impl Debug for UpdateContactFlowNameOutput
sourceimpl PartialEq<UpdateContactFlowNameOutput> for UpdateContactFlowNameOutput
impl PartialEq<UpdateContactFlowNameOutput> for UpdateContactFlowNameOutput
sourcefn eq(&self, other: &UpdateContactFlowNameOutput) -> bool
fn eq(&self, other: &UpdateContactFlowNameOutput) -> bool
impl StructuralPartialEq for UpdateContactFlowNameOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateContactFlowNameOutput
impl Send for UpdateContactFlowNameOutput
impl Sync for UpdateContactFlowNameOutput
impl Unpin for UpdateContactFlowNameOutput
impl UnwindSafe for UpdateContactFlowNameOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more