Enum ultron_web::Msg [−][src]
pub enum Msg {
WindowScrolled((i32, i32)),
EditorMsg(Msg),
Keydown(KeyboardEvent),
Mouseup(i32, i32),
Mousedown(i32, i32),
Mousemove(i32, i32),
NoOp,
}Variants
EditorMsg(Msg)Tuple Fields of EditorMsg
0: MsgKeydown(KeyboardEvent)Tuple Fields of Keydown
Trait Implementations
The application can implement this method where it can modify its initial state. This method is called right after the program is mounted into the DOM. Read more
Called each time an action is triggered from the view
This is called after dispatching and updating the dom for the component This is for diagnostic and performance measurement purposes. Read more
Auto Trait Implementations
impl RefUnwindSafe for Msg
impl UnwindSafe for Msg
Blanket Implementations
Mutably borrows from an owned value. Read more