Struct liquid_interpreter::IfChangedState[][src]

pub struct IfChangedState { /* fields omitted */ }

Remembers the content of the last rendered ifstate block.

Methods

impl IfChangedState
[src]

Checks whether or not a new rendered &str is different from last_rendered and updates last_rendered value to the new value.

Trait Implementations

impl Debug for IfChangedState
[src]

Formats the value using the given formatter. Read more

impl Clone for IfChangedState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IfChangedState
[src]

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

This method tests for !=.

impl Eq for IfChangedState
[src]

impl Default for IfChangedState
[src]

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

Auto Trait Implementations