pub struct TextInputCommitted {
pub entity: Entity,
pub text: String,
}Expand description
Emitted by lumen-input’s IME router after splicing a commit segment into [TextContent].
Fields§
§entity: EntityTarget entity (typically the focused entity at commit time).
text: StringFinal committed text segment.
Trait Implementations§
Source§impl Clone for TextInputCommitted
impl Clone for TextInputCommitted
Source§fn clone(&self) -> TextInputCommitted
fn clone(&self) -> TextInputCommitted
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextInputCommitted
impl Debug for TextInputCommitted
impl Message for TextInputCommitted
Auto Trait Implementations§
impl Freeze for TextInputCommitted
impl RefUnwindSafe for TextInputCommitted
impl Send for TextInputCommitted
impl Sync for TextInputCommitted
impl Unpin for TextInputCommitted
impl UnsafeUnpin for TextInputCommitted
impl UnwindSafe for TextInputCommitted
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.