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