#[non_exhaustive]pub struct DeleteEventIntegrationOutput {}
Implementations§
source§impl DeleteEventIntegrationOutput
impl DeleteEventIntegrationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEventIntegrationOutput
.
Trait Implementations§
source§impl Clone for DeleteEventIntegrationOutput
impl Clone for DeleteEventIntegrationOutput
source§fn clone(&self) -> DeleteEventIntegrationOutput
fn clone(&self) -> DeleteEventIntegrationOutput
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 DeleteEventIntegrationOutput
impl Debug for DeleteEventIntegrationOutput
source§impl PartialEq<DeleteEventIntegrationOutput> for DeleteEventIntegrationOutput
impl PartialEq<DeleteEventIntegrationOutput> for DeleteEventIntegrationOutput
source§fn eq(&self, other: &DeleteEventIntegrationOutput) -> bool
fn eq(&self, other: &DeleteEventIntegrationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.