pub struct InsertTextReturn {}Available on crate features
Input and experimental only.Expand description
This method emulates inserting text that doesn’t come from a key press, for example an emoji keyboard or an IME.
Implementations§
Trait Implementations§
Source§impl Clone for InsertTextReturn
impl Clone for InsertTextReturn
Source§fn clone(&self) -> InsertTextReturn
fn clone(&self) -> InsertTextReturn
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 InsertTextReturn
impl Debug for InsertTextReturn
Source§impl Default for InsertTextReturn
impl Default for InsertTextReturn
Source§fn default() -> InsertTextReturn
fn default() -> InsertTextReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InsertTextReturn
impl<'de> Deserialize<'de> for InsertTextReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InsertTextReturn
impl RefUnwindSafe for InsertTextReturn
impl Send for InsertTextReturn
impl Sync for InsertTextReturn
impl Unpin for InsertTextReturn
impl UnwindSafe for InsertTextReturn
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