pub struct DynamicNotification { /* private fields */ }Expand description
Dynamic notification created by NotificationBuilder
Trait Implementations§
Source§impl Debug for DynamicNotification
impl Debug for DynamicNotification
Source§impl HasNotificationRules for DynamicNotification
impl HasNotificationRules for DynamicNotification
Source§fn max_retries(&self) -> u32
fn max_retries(&self) -> u32
Maximum retry attempts for delivery
Source§fn should_deliver(&self) -> bool
fn should_deliver(&self) -> bool
Check if notification should be delivered
Auto Trait Implementations§
impl Freeze for DynamicNotification
impl RefUnwindSafe for DynamicNotification
impl Send for DynamicNotification
impl Sync for DynamicNotification
impl Unpin for DynamicNotification
impl UnwindSafe for DynamicNotification
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> NotificationDefinition for T
impl<T> NotificationDefinition for T
Source§fn to_notification(&self) -> Notification
fn to_notification(&self) -> Notification
Convert this notification definition to a base Notification