Struct squark::Element[][src]

pub struct Element {
    pub name: String,
    pub attributes: Vec<(String, AttributeValue)>,
    pub handlers: Vec<(String, String)>,
    pub children: Vec<Node>,
}

Fields

Trait Implementations

impl Clone for Element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Element
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Element

impl Sync for Element