pub struct TextChangedEventHandler { /* private fields */ }
Expand description
Text in the on-screen input keyboard changed (for Mobile)
Implementations§
Trait Implementations§
Source§impl Default for TextChangedEventHandler
impl Default for TextChangedEventHandler
Auto Trait Implementations§
impl Freeze for TextChangedEventHandler
impl !RefUnwindSafe for TextChangedEventHandler
impl !Send for TextChangedEventHandler
impl !Sync for TextChangedEventHandler
impl Unpin for TextChangedEventHandler
impl !UnwindSafe for TextChangedEventHandler
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