Struct flo_http_ui::UiHandlerResponse [] [src]

pub struct UiHandlerResponse {
    pub updates: Vec<Update>,
}

Structure of a UI handler response

Fields

Updates generated for this request

Trait Implementations

impl Clone for UiHandlerResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations