Struct handlebars::Template [] [src]

pub struct Template {
    pub name: Option<String>,
    pub elements: Vec<TemplateElement>,
    pub mapping: Option<Vec<TemplateMapping>>,
}

A handlebars template

Fields

Methods

impl Template
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for Template
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for Template
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Template
[src]

[src]

Formats the value using the given formatter.

impl Renderable for Template
[src]

[src]

render into RenderContext's writer

[src]

render into string

impl Evaluable for Template
[src]

[src]