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