Enum style::matching::StyleChange [] [src]

pub enum StyleChange {
    Unchanged,
    Changed {
        reset_only: bool,
    },
}

Represents whether or not the style of an element has changed.

Variants

The style hasn't changed.

The style has changed.

Fields of Changed

Whether only reset structs changed.

Trait Implementations

impl Clone for StyleChange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for StyleChange
[src]

impl Debug for StyleChange
[src]

[src]

Formats the value using the given formatter. Read more