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