Struct flo_http_ui::HtmlDiff [] [src]

pub struct HtmlDiff {
    pub address: Vec<u32>,
    pub ui_tree: Value,
    pub new_html: String,
}

Describes a HTML node that should be changed

Fields

The address in the document of the node to be replaced

The UI tree corresponding to the new HTML

The HTML that should replace this node

Methods

impl HtmlDiff
[src]

[src]

Creates a new HTML diff

Trait Implementations

impl Clone for HtmlDiff
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for HtmlDiff
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for HtmlDiff
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HtmlDiff

impl Sync for HtmlDiff