pub struct NotificationSender { /* private fields */ }
Expand description
Channel endpoint for sending notifications.
Implementations§
Source§impl NotificationSender
impl NotificationSender
pub fn notify(&self) -> Result<(), NotificationError>
Auto Trait Implementations§
impl Freeze for NotificationSender
impl RefUnwindSafe for NotificationSender
impl Send for NotificationSender
impl Sync for NotificationSender
impl Unpin for NotificationSender
impl UnwindSafe for NotificationSender
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