Struct codespawn::raw_code::CodeItem [] [src]

pub struct CodeItem {
    pub name: String,
    pub attributes: Vec<(String, String)>,
    pub children: Vec<CodeItem>,
}

Representation of a single code element.

Fields

Name of the element.

List of element's attributes and properties.

List of child elements.

Trait Implementations

impl Clone for CodeItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more