#[non_exhaustive]pub struct ModifyListenerOutput { /* private fields */ }
Implementations
sourceimpl ModifyListenerOutput
impl ModifyListenerOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyListenerOutput
.
Trait Implementations
sourceimpl Clone for ModifyListenerOutput
impl Clone for ModifyListenerOutput
sourcefn clone(&self) -> ModifyListenerOutput
fn clone(&self) -> ModifyListenerOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ModifyListenerOutput
impl Debug for ModifyListenerOutput
sourceimpl PartialEq<ModifyListenerOutput> for ModifyListenerOutput
impl PartialEq<ModifyListenerOutput> for ModifyListenerOutput
sourcefn eq(&self, other: &ModifyListenerOutput) -> bool
fn eq(&self, other: &ModifyListenerOutput) -> bool
impl StructuralPartialEq for ModifyListenerOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyListenerOutput
impl Send for ModifyListenerOutput
impl Sync for ModifyListenerOutput
impl Unpin for ModifyListenerOutput
impl UnwindSafe for ModifyListenerOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more