pub struct AppStateOps;Expand description
AppStateOps
Implementations§
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more