Struct liquid_interpreter::Variable[][src]

pub struct Variable { /* fields omitted */ }

A Value reference.

Methods

impl Variable
[src]

Create a Value reference.

The path to the variable in the stack.

Trait Implementations

impl Clone for Variable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Variable
[src]

Formats the value using the given formatter. Read more

impl Default for Variable
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Variable
[src]

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

This method tests for !=.

impl Extend<Index> for Variable
[src]

Extends a collection with the contents of an iterator. Read more

impl Display for Variable
[src]

Formats the value using the given formatter. Read more

impl Renderable for Variable
[src]

Renders the Renderable instance given a Liquid context.

Renders the Renderable instance given a Liquid context.

Auto Trait Implementations

impl Send for Variable

impl Sync for Variable