Enum keyboard_types::webdriver::Event [−][src]
pub enum Event {
Keyboard(KeyboardEvent),
Composition(CompositionEvent),
}
Expand description
Either a KeyboardEvent
or a CompositionEvent
.
Returned by the send_keys
function.
Variants
Keyboard(KeyboardEvent)
Tuple Fields of Keyboard
Composition(CompositionEvent)
Tuple Fields of Composition
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
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Event
impl UnwindSafe for Event
Blanket Implementations
Mutably borrows from an owned value. Read more