pub struct AppDispatch { /* private fields */ }Expand description
Handle for dispatching requests inside the running app (DevTools console, tests).
Implementations§
Source§impl AppDispatch
impl AppDispatch
Trait Implementations§
Source§impl Clone for AppDispatch
impl Clone for AppDispatch
Source§fn clone(&self) -> AppDispatch
fn clone(&self) -> AppDispatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AppDispatch
impl Default for AppDispatch
Source§fn default() -> AppDispatch
fn default() -> AppDispatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for AppDispatch
impl !UnwindSafe for AppDispatch
impl Freeze for AppDispatch
impl Send for AppDispatch
impl Sync for AppDispatch
impl Unpin for AppDispatch
impl UnsafeUnpin for AppDispatch
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