pub struct AppStateOps;Expand description
AppStateOps
Implementations§
Source§impl AppStateOps
impl AppStateOps
pub fn command(cmd: AppCommand) -> Result<(), Error>
Sourcepub fn import_view(view: AppStateView)
pub fn import_view(view: AppStateView)
Import app state from a public view.
Sourcepub fn export_view() -> AppStateView
pub fn export_view() -> AppStateView
Export app state as a public view. Export app state as a public view.
Auto Trait Implementations§
impl Freeze for AppStateOps
impl RefUnwindSafe for AppStateOps
impl Send for AppStateOps
impl Sync for AppStateOps
impl Unpin for AppStateOps
impl UnwindSafe for AppStateOps
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