pub struct InsertText { /* private fields */ }Expand description
This method emulates inserting text that doesn’t come from a key press, for example an emoji keyboard or an IME. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for InsertText
impl Clone for InsertText
Source§fn clone(&self) -> InsertText
fn clone(&self) -> InsertText
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 moreSource§impl Debug for InsertText
impl Debug for InsertText
Source§impl Method for InsertText
impl Method for InsertText
Auto Trait Implementations§
impl Freeze for InsertText
impl RefUnwindSafe for InsertText
impl Send for InsertText
impl Sync for InsertText
impl Unpin for InsertText
impl UnsafeUnpin for InsertText
impl UnwindSafe for InsertText
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