Struct squark::Element [] [src]

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

Fields

Methods

impl Element
[src]

[src]

[src]

Trait Implementations

impl Clone for Element
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Element
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Element

impl Sync for Element