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