Struct workflow_nw::ipc::notification::Notification
source · pub struct Notification<Msg>{ /* private fields */ }Expand description
IPC notification wrapper. Contains the notification closure function.
Implementations§
source§impl<Msg> Notification<Msg>
impl<Msg> Notification<Msg>
pub fn new<FN>(method_fn: FN) -> Notification<Msg>
Auto Trait Implementations§
impl<Msg> Freeze for Notification<Msg>
impl<Msg> !RefUnwindSafe for Notification<Msg>
impl<Msg> Send for Notification<Msg>
impl<Msg> Sync for Notification<Msg>
impl<Msg> Unpin for Notification<Msg>
impl<Msg> !UnwindSafe for Notification<Msg>
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