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