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