#[non_exhaustive]pub struct UpdateEventIntegrationOutput {}
Implementations
sourceimpl UpdateEventIntegrationOutput
impl UpdateEventIntegrationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEventIntegrationOutput
.
Trait Implementations
sourceimpl Clone for UpdateEventIntegrationOutput
impl Clone for UpdateEventIntegrationOutput
sourcefn clone(&self) -> UpdateEventIntegrationOutput
fn clone(&self) -> UpdateEventIntegrationOutput
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 UpdateEventIntegrationOutput
impl Debug for UpdateEventIntegrationOutput
sourceimpl PartialEq<UpdateEventIntegrationOutput> for UpdateEventIntegrationOutput
impl PartialEq<UpdateEventIntegrationOutput> for UpdateEventIntegrationOutput
sourcefn eq(&self, other: &UpdateEventIntegrationOutput) -> bool
fn eq(&self, other: &UpdateEventIntegrationOutput) -> bool
impl StructuralPartialEq for UpdateEventIntegrationOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateEventIntegrationOutput
impl Send for UpdateEventIntegrationOutput
impl Sync for UpdateEventIntegrationOutput
impl Unpin for UpdateEventIntegrationOutput
impl UnwindSafe for UpdateEventIntegrationOutput
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