pub enum ImeAction {
Unspecified,
None,
Default,
Go,
Search,
Send,
Previous,
Next,
Done,
}Expand description
The action button on the IME (soft keyboard).
Variants§
Trait Implementations§
impl Copy for ImeAction
impl Eq for ImeAction
impl StructuralPartialEq for ImeAction
Auto Trait Implementations§
impl Freeze for ImeAction
impl RefUnwindSafe for ImeAction
impl Send for ImeAction
impl Sync for ImeAction
impl Unpin for ImeAction
impl UnsafeUnpin for ImeAction
impl UnwindSafe for ImeAction
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