Enum squark::Diff[][src]

pub enum Diff {
    SetAttribute(StringAttributeValue),
    RemoveAttribute(String),
    AddChild(usizeNode),
    ReplaceChild(usizeNode),
    RemoveChild(usize),
    PatchChild(usizeVec<Diff>),
    SetHandler(StringString),
    RemoveHandler(StringString),
}

Variants

Trait Implementations

impl Debug for Diff
[src]

Formats the value using the given formatter. Read more

impl Clone for Diff
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Diff

impl Sync for Diff