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

Auto Trait Implementations

impl Send for Diff

impl Sync for Diff