Struct makepad_widgets::ToUISender
pub struct ToUISender<T> { /* private fields */ }
Implementations§
Trait Implementations§
§impl<T> Clone for ToUISender<T>
impl<T> Clone for ToUISender<T>
§fn clone(&self) -> ToUISender<T>
fn clone(&self) -> ToUISender<T>
Returns a copy 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 moreimpl<T> Send for ToUISender<T>where T: Send,
Auto Trait Implementations§
impl<T> RefUnwindSafe for ToUISender<T>
impl<T> Sync for ToUISender<T>where T: Send,
impl<T> Unpin for ToUISender<T>
impl<T> UnwindSafe for ToUISender<T>
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