Enum dioxus_html::EventData
source · pub enum EventData {
Show 16 variants
Mouse(MouseData),
Clipboard(ClipboardData),
Composition(CompositionData),
Keyboard(KeyboardData),
Focus(FocusData),
Form(FormData),
Drag(DragData),
Pointer(PointerData),
Selection(SelectionData),
Touch(TouchData),
Scroll(ScrollData),
Wheel(WheelData),
Media(MediaData),
Animation(AnimationData),
Transition(TransitionData),
Toggle(ToggleData),
}
Variants§
Mouse(MouseData)
Clipboard(ClipboardData)
Composition(CompositionData)
Keyboard(KeyboardData)
Focus(FocusData)
Form(FormData)
Drag(DragData)
Pointer(PointerData)
Selection(SelectionData)
Touch(TouchData)
Scroll(ScrollData)
Wheel(WheelData)
Media(MediaData)
Animation(AnimationData)
Transition(TransitionData)
Toggle(ToggleData)
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for EventData
impl<'de> Deserialize<'de> for EventData
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