Enum liquid_interpreter::Interrupt[][src]

pub enum Interrupt {
    Continue,
    Break,
}

Block processing interrupt state.

Variants

Restart processing the current block.

Stop processing the current block.

Trait Implementations

impl Debug for Interrupt
[src]

Formats the value using the given formatter. Read more

impl Clone for Interrupt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Interrupt
[src]

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

Auto Trait Implementations

impl Send for Interrupt

impl Sync for Interrupt