Enum liquid_interpreter::Interrupt [−][src]
pub enum Interrupt {
Continue,
Break,
}Block processing interrupt state.
Variants
ContinueRestart processing the current block.
BreakStop processing the current block.
Trait Implementations
impl Debug for Interrupt[src]
impl Debug for Interruptfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Interrupt[src]
impl Clone for Interruptfn clone(&self) -> Interrupt[src]
fn clone(&self) -> InterruptReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Interrupt[src]
impl Copy for Interruptimpl PartialEq for Interrupt[src]
impl PartialEq for Interruptfn eq(&self, other: &Interrupt) -> bool[src]
fn eq(&self, other: &Interrupt) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Interrupt[src]
impl Eq for Interrupt