Struct liquid_interpreter::Text[][src]

pub struct Text { /* fields omitted */ }

A raw template expression.

Methods

impl Text
[src]

Create a raw template expression.

Trait Implementations

impl Clone for Text
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Text
[src]

Formats the value using the given formatter. Read more

impl Eq for Text
[src]

impl PartialEq for Text
[src]

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

This method tests for !=.

impl Renderable for Text
[src]

Renders the Renderable instance given a Liquid context.

Renders the Renderable instance given a Liquid context.

Auto Trait Implementations

impl Send for Text

impl Sync for Text