Enum sauron_core::dom::events::Event [−][src]
pub enum Event { WebEvent(Event), MountEvent(MountEvent), }
Expand description
Map the Event to DomEvent, which are browser events
Variants
native dome events web_sys::Events
Tuple Fields of WebEvent
0: Event
custom event here follows
Tuple Fields of MountEvent
0: MountEvent
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Event
impl UnwindSafe for Event
Blanket Implementations
Mutably borrows from an owned value. Read more