Struct aws_sdk_connect::operation::delete_integration_association::DeleteIntegrationAssociationOutput   
source · #[non_exhaustive]pub struct DeleteIntegrationAssociationOutput { /* private fields */ }Implementations§
source§impl DeleteIntegrationAssociationOutput
 
impl DeleteIntegrationAssociationOutput
sourcepub fn builder() -> DeleteIntegrationAssociationOutputBuilder
 
pub fn builder() -> DeleteIntegrationAssociationOutputBuilder
Creates a new builder-style object to manufacture DeleteIntegrationAssociationOutput.
Trait Implementations§
source§impl Clone for DeleteIntegrationAssociationOutput
 
impl Clone for DeleteIntegrationAssociationOutput
source§fn clone(&self) -> DeleteIntegrationAssociationOutput
 
fn clone(&self) -> DeleteIntegrationAssociationOutput
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 for DeleteIntegrationAssociationOutput
 
impl PartialEq for DeleteIntegrationAssociationOutput
source§fn eq(&self, other: &DeleteIntegrationAssociationOutput) -> bool
 
fn eq(&self, other: &DeleteIntegrationAssociationOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteIntegrationAssociationOutput
 
impl RequestId for DeleteIntegrationAssociationOutput
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 DeleteIntegrationAssociationOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteIntegrationAssociationOutput
impl Send for DeleteIntegrationAssociationOutput
impl Sync for DeleteIntegrationAssociationOutput
impl Unpin for DeleteIntegrationAssociationOutput
impl UnwindSafe for DeleteIntegrationAssociationOutput
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
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.