#[non_exhaustive]pub struct DeleteIntegrationOutput { /* private fields */ }Implementations§
source§impl DeleteIntegrationOutput
 
impl DeleteIntegrationOutput
sourcepub fn builder() -> DeleteIntegrationOutputBuilder
 
pub fn builder() -> DeleteIntegrationOutputBuilder
Creates a new builder-style object to manufacture DeleteIntegrationOutput.
Trait Implementations§
source§impl Clone for DeleteIntegrationOutput
 
impl Clone for DeleteIntegrationOutput
source§fn clone(&self) -> DeleteIntegrationOutput
 
fn clone(&self) -> DeleteIntegrationOutput
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 Debug for DeleteIntegrationOutput
 
impl Debug for DeleteIntegrationOutput
source§impl PartialEq<DeleteIntegrationOutput> for DeleteIntegrationOutput
 
impl PartialEq<DeleteIntegrationOutput> for DeleteIntegrationOutput
source§fn eq(&self, other: &DeleteIntegrationOutput) -> bool
 
fn eq(&self, other: &DeleteIntegrationOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteIntegrationOutput
 
impl RequestId for DeleteIntegrationOutput
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 DeleteIntegrationOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteIntegrationOutput
impl Send for DeleteIntegrationOutput
impl Sync for DeleteIntegrationOutput
impl Unpin for DeleteIntegrationOutput
impl UnwindSafe for DeleteIntegrationOutput
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