Struct aws_sdk_connect::operation::create_contact_flow_module::CreateContactFlowModuleOutput
source · #[non_exhaustive]pub struct CreateContactFlowModuleOutput { /* private fields */ }Implementations§
source§impl CreateContactFlowModuleOutput
impl CreateContactFlowModuleOutput
sourcepub fn builder() -> CreateContactFlowModuleOutputBuilder
pub fn builder() -> CreateContactFlowModuleOutputBuilder
Creates a new builder-style object to manufacture CreateContactFlowModuleOutput.
Trait Implementations§
source§impl Clone for CreateContactFlowModuleOutput
impl Clone for CreateContactFlowModuleOutput
source§fn clone(&self) -> CreateContactFlowModuleOutput
fn clone(&self) -> CreateContactFlowModuleOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<CreateContactFlowModuleOutput> for CreateContactFlowModuleOutput
impl PartialEq<CreateContactFlowModuleOutput> for CreateContactFlowModuleOutput
source§fn eq(&self, other: &CreateContactFlowModuleOutput) -> bool
fn eq(&self, other: &CreateContactFlowModuleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateContactFlowModuleOutput
impl RequestId for CreateContactFlowModuleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more