pub struct Application { /* private fields */ }Expand description
A fully assembled application.
It knows nothing about Tauri. The host layer takes one of these and exposes it to the desktop shell; a CLI or a headless agent could take the same value.
Implementations§
Source§impl Application
impl Application
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Application
impl !UnwindSafe for Application
impl Freeze for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnsafeUnpin 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