#[non_exhaustive]pub struct UpdateContactFlowModuleContentOutput {}
Implementations
sourceimpl UpdateContactFlowModuleContentOutput
impl UpdateContactFlowModuleContentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateContactFlowModuleContentOutput
.
Trait Implementations
sourceimpl Clone for UpdateContactFlowModuleContentOutput
impl Clone for UpdateContactFlowModuleContentOutput
sourcefn clone(&self) -> UpdateContactFlowModuleContentOutput
fn clone(&self) -> UpdateContactFlowModuleContentOutput
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 PartialEq<UpdateContactFlowModuleContentOutput> for UpdateContactFlowModuleContentOutput
impl PartialEq<UpdateContactFlowModuleContentOutput> for UpdateContactFlowModuleContentOutput
sourcefn eq(&self, other: &UpdateContactFlowModuleContentOutput) -> bool
fn eq(&self, other: &UpdateContactFlowModuleContentOutput) -> bool
impl StructuralPartialEq for UpdateContactFlowModuleContentOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateContactFlowModuleContentOutput
impl Send for UpdateContactFlowModuleContentOutput
impl Sync for UpdateContactFlowModuleContentOutput
impl Unpin for UpdateContactFlowModuleContentOutput
impl UnwindSafe for UpdateContactFlowModuleContentOutput
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