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