Enum keyboard_types::CompositionState [−][src]
pub enum CompositionState {
Start,
Update,
End,
}
Expand description
Describes the state of a composition session.
Variants
In JS: “compositionstart” event.
In JS: “compositionupdate” event.
In JS: “compositionend” event.
In a text editor in this state the data should be added to the input.
Trait Implementations
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 RefUnwindSafe for CompositionState
impl Send for CompositionState
impl Sync for CompositionState
impl Unpin for CompositionState
impl UnwindSafe for CompositionState
Blanket Implementations
Mutably borrows from an owned value. Read more