pub struct UiDispatcher { /* private fields */ }Implementations§
Source§impl UiDispatcher
impl UiDispatcher
Trait Implementations§
Source§impl Clone for UiDispatcher
impl Clone for UiDispatcher
Source§fn clone(&self) -> UiDispatcher
fn clone(&self) -> UiDispatcher
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UiDispatcher
impl !RefUnwindSafe for UiDispatcher
impl Send for UiDispatcher
impl Sync for UiDispatcher
impl Unpin for UiDispatcher
impl !UnwindSafe 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