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