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