Struct biodivine_sketchbook::app::_aeon_app::AeonApp
source · pub struct AeonApp {
pub tauri: AppHandle,
}
Expand description
Serves as a global “application context” through which we can emit events or modify the application state.
TODO: This isn’t really implemented yet, it might never be? We’ll see if we actually need it.
Fields§
§tauri: AppHandle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AeonApp
impl !RefUnwindSafe for AeonApp
impl Send for AeonApp
impl Sync for AeonApp
impl Unpin for AeonApp
impl !UnwindSafe for AeonApp
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)