Enum handlebars::template::BlockParam[][src]

pub enum BlockParam {
    Single(Parameter),
    Pair((Parameter, Parameter)),
}

Variants

Trait Implementations

impl PartialEq for BlockParam
[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 BlockParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlockParam
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BlockParam

impl Sync for BlockParam