pub struct UiDispatcher { /* private fields */ }Implementations§
Source§impl UiDispatcher
impl UiDispatcher
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for UiDispatcher
impl !UnwindSafe for UiDispatcher
impl Freeze for UiDispatcher
impl Send for UiDispatcher
impl Sync for UiDispatcher
impl Unpin for UiDispatcher
impl UnsafeUnpin for UiDispatcher
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