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