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