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
UnchangedThe style hasn't changed.
ChangedThe style has changed.
Fields of Changed
reset_only: bool | Whether only reset structs changed. |
Trait Implementations
impl Clone for StyleChange[src]
fn clone(&self) -> StyleChange[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more