pub struct TextInputNotifyMessage {
pub sender: WidgetId,
pub state: TextInputProps,
}
Fields§
§sender: WidgetId
§state: TextInputProps
Trait Implementations§
Source§impl Clone for TextInputNotifyMessage
impl Clone for TextInputNotifyMessage
Source§fn clone(&self) -> TextInputNotifyMessage
fn clone(&self) -> TextInputNotifyMessage
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 moreSource§impl Debug for TextInputNotifyMessage
impl Debug for TextInputNotifyMessage
Source§impl MessageData for TextInputNotifyMessagewhere
TextInputNotifyMessage: Clone,
impl MessageData for TextInputNotifyMessagewhere
TextInputNotifyMessage: Clone,
fn clone_message(&self) -> Box<dyn MessageData>
fn as_any(&self) -> &(dyn Any + 'static)
Auto Trait Implementations§
impl Freeze for TextInputNotifyMessage
impl RefUnwindSafe for TextInputNotifyMessage
impl Send for TextInputNotifyMessage
impl Sync for TextInputNotifyMessage
impl Unpin for TextInputNotifyMessage
impl UnwindSafe for TextInputNotifyMessage
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