pub struct Duid<MDL, MSG>{ /* private fields */ }Implementations§
Source§impl<MDL, MSG> Duid<MDL, MSG>
impl<MDL, MSG> Duid<MDL, MSG>
pub fn new( mount_node: &str, virtual_dom: UserApp<MDL, MSG>, base_styles: HashMap<String, String>, styles: HashMap<String, String>, replace: bool, use_shadow: bool, ) -> Duid<MDL, MSG>
pub fn start( mount_node: &str, virtual_dom: UserApp<MDL, MSG>, base_styles: HashMap<String, String>, styles: HashMap<String, String>, ) -> Duid<MDL, MSG>
pub fn mount(&self)
pub fn render(&self)
pub fn dispatch_inner(&mut self, msgs: Vec<MSG>)
Trait Implementations§
Auto Trait Implementations§
impl<MDL, MSG> Freeze for Duid<MDL, MSG>
impl<MDL, MSG> !RefUnwindSafe for Duid<MDL, MSG>
impl<MDL, MSG> !Send for Duid<MDL, MSG>
impl<MDL, MSG> !Sync for Duid<MDL, MSG>
impl<MDL, MSG> Unpin for Duid<MDL, MSG>
impl<MDL, MSG> !UnwindSafe for Duid<MDL, 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