pub struct Program<APP, MSG, B> { /* private fields */ }Expand description
Holds the app and the dom updater This is passed into the event listener and the dispatch program will be called after the event is triggered.
Implementations§
Auto Trait Implementations§
impl<APP, MSG, B> !Send for Program<APP, MSG, B>
impl<APP, MSG, B> !Sync for Program<APP, MSG, B>
impl<APP, MSG, B> Freeze for Program<APP, MSG, B>
impl<APP, MSG, B> RefUnwindSafe for Program<APP, MSG, B>
impl<APP, MSG, B> Unpin for Program<APP, MSG, B>
impl<APP, MSG, B> UnsafeUnpin for Program<APP, MSG, B>
impl<APP, MSG, B> UnwindSafe for Program<APP, MSG, B>
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