Struct tera::Template [] [src]

pub struct Template {
    pub name: String,
    pub ast: Node,
    pub parent: Option<String>,
    pub blocks: HashMap<String, Node>,
}

Fields

Methods

impl Template
[src]

Trait Implementations

impl Debug for Template
[src]

Formats the value using the given formatter.

impl Clone for Template
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more