pub struct PreparedApp { /* private fields */ }Expand description
A webview future that has a reserved id for use with wry-bindgen.
This struct is Send and can be moved to a spawned thread.
Use into_future() to get the actual future to poll.
Implementations§
Auto Trait Implementations§
impl Freeze for PreparedApp
impl !RefUnwindSafe for PreparedApp
impl Send for PreparedApp
impl !Sync for PreparedApp
impl Unpin for PreparedApp
impl !UnwindSafe for PreparedApp
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