Struct flo_http_ui::UiHandlerRequest [] [src]

pub struct UiHandlerRequest {
    pub session_id: Option<String>,
    pub events: Vec<Event>,
}

Structure of a request sent to the UI handler

Fields

The session ID, if there is one

The events that the UI wishes to report with this request

Trait Implementations

impl Clone for UiHandlerRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations