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