pub struct AppStateQuery;Expand description
Workflow Query Re-export
AppStateQuery
Implementations§
Source§impl AppStateQuery
impl AppStateQuery
pub fn view() -> AppStateView
Auto Trait Implementations§
impl Freeze for AppStateQuery
impl RefUnwindSafe for AppStateQuery
impl Send for AppStateQuery
impl Sync for AppStateQuery
impl Unpin for AppStateQuery
impl UnwindSafe for AppStateQuery
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