Struct handlebars::template::Subexpression[][src]

pub struct Subexpression {
    pub element: Box<TemplateElement>,
}

Fields

Methods

impl Subexpression
[src]

Trait Implementations

impl PartialEq for Subexpression
[src]

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

This method tests for !=.

impl Clone for Subexpression
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Subexpression
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations