pub struct AppStateApi;Expand description
AppStateApi
Implementations§
Source§impl AppStateApi
impl AppStateApi
pub async fn execute_command(cmd: AppCommand) -> Result<(), PublicError>
Auto Trait Implementations§
impl Freeze for AppStateApi
impl RefUnwindSafe for AppStateApi
impl Send for AppStateApi
impl Sync for AppStateApi
impl Unpin for AppStateApi
impl UnwindSafe for AppStateApi
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