Trait dominator::traits::StaticEvent[][src]

pub trait StaticEvent {
    const EVENT_TYPE: &'static str;

    fn unchecked_from_event(event: Event) -> Self;
}

Associated Constants

const EVENT_TYPE: &'static str[src]

Required methods

fn unchecked_from_event(event: Event) -> Self[src]

Implementors

impl StaticEvent for Blur[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for Change[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for Click[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for ContextMenu[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for DoubleClick[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for Drag[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for DragEnd[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for DragEnter[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for DragLeave[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for DragOver[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for DragStart[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for Drop[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for Focus[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for Input[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for KeyDown[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for KeyUp[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for Load[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for MouseDown[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for MouseEnter[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for MouseLeave[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for MouseMove[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for MouseUp[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for Resize[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]

impl StaticEvent for Scroll[src]

const EVENT_TYPE: &'static str[src]

fn unchecked_from_event(event: Event) -> Self[src]