pub struct Application;Implementations§
Source§impl Application
impl Application
pub fn caption(value: &str)
pub fn mount<TNode: Node>(root: TNode)
pub fn unmount()
pub fn flush_renders()
pub fn capture_persisted_ui_state()
pub fn restore_persisted_ui_state()
Auto Trait Implementations§
impl Freeze for Application
impl RefUnwindSafe for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnsafeUnpin for Application
impl UnwindSafe for Application
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