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