pub enum EventKind {
Show 17 variants
Click,
Press,
Release,
Change,
Input,
Submit,
Select,
Toggle,
Scroll,
CanvasClick,
CanvasDrag,
CanvasMove,
CanvasRelease,
RowClick,
Cancel,
Open,
Close,
}Expand description
Supported event types
Variants§
Click
Press
Release
Change
Input
Submit
Select
Toggle
Scroll
CanvasClick
CanvasDrag
CanvasMove
CanvasRelease
RowClick
Cancel
Open
Close
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventKind
impl<'de> Deserialize<'de> for EventKind
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
impl Eq for EventKind
impl StructuralPartialEq for EventKind
Auto Trait Implementations§
impl Freeze for EventKind
impl RefUnwindSafe for EventKind
impl Send for EventKind
impl Sync for EventKind
impl Unpin for EventKind
impl UnwindSafe for EventKind
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